perl extract-same-SNP.pl script
Hi
How I can find extract-same-SNP.pl file ( of this script) . Actually this script doesnt work in my shell ( No such file or directory)
and I had many search about that, but I dont have result .
Please help me
My command is: perl extract-same-SNP.pl lrrbaf.txt snphwe.map result.txt
• 963 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Where did you find that script. Please post the complete outputs.
Thank you very much for your attention. Actually a student introduced to me this script, but now I dont have access to him.anyway I have a big file about 600K like this (included 6 columns):
also I have map file (included 4 columns):
How I can extract the rows which are numbered of a big file by map like this:
I added markup to your post for increased readability. You can do this by selecting the text and clicking the 101010 button. When you compose or edit a post that button is in your toolbar, see image below:
I believe solutions to this problem were already given in this question: How can I extract the rows which are numbered of a big file?
My system does not respond by these methods. I dont have output file
Please provide detailed feedback in that thread, for example under the answer of Pierre Lindenbaum : A: How can I extract the rows which are numbered of a big file?
This may require an AWK solution.
grepwith -f FILE can take days or weeks with a reasonably large file. Hosein, did you not try thejoincommand given by Pierre in the other question?Yes I did many try, like this: join -t $'\t' -1 1 -2 1 <(sort -t $'\t' -k1,1 440s.txt) <(sort -t $'\t' -k1,1 440.txt)> Output . But output file is empty
Please provide detailed feedback in that thread, for example under the answer of Pierre Lindenbaum : A: How can I extract the rows which are numbered of a big file?
Hello hosein_salehi6!
Questions similar to yours can already be found at:
We have closed your question to allow us to keep similar content in the same thread.
If you disagree with this please tell us why in a reply below. We'll be happy to talk about it.
Cheers!