Entering edit mode
9.3 years ago
Pratham
•
0
Hello,
I want to pass an input sequence to BLASTN command and not a FASTA file. I am not able to execute a shell command in this manner - blastn -outfmt 5 -query '>Name\nATGGCAGCAGTGGGTGCACCTCGCGAAGTAGCTGGAAACGAGAACAGCCTCGAGATCGATAGTCTTGCTC\nGCTTTGCTGTTGATGAACACAACAAGAAACAGGTTTCTTTCTCTCTCTTGCGAAGATCGCTTTCGCTTTG' -db C:/Users/ptarkar/Desktop/blast_test/targets The system cannot find the path specified.
Is there a way wherein I can call a BLASTN command with just an input sequence and without a FASTA file?
Thanks,
Pratham
It needs bash in Windows