Entering edit mode
9.6 years ago
fareehakanwal90
▴
30
hello,
I am trying to do pairwise alignment of sequences in my data set. I am currently using Bio.pairwise2 module for this. My data set however, is saved in the files. Is there a way to pass files containing sequences to the paiwise2 as input argument? I know the longer way of reading it and then passing the value but it would really help if there is a direct way to pass file inputs to Bio.pairwise2.
0
Entering edit mode
Can you post some of your python code that you have attempted? Also can give a bit more information on the file types and the data you are trying to compare.
ADD REPLY
• link
9.6 years ago by
Kirill Tsyganov
▴
370
0
Entering edit mode
In python easiest way is to use sys.argv[1].
ADD REPLY
• link
9.6 years ago by
Kirill Tsyganov
▴
370