I am using this format for generate a fasta file from.txt, but when I run the py
ID: 3710407 • Letter: I
Question
I am using this format for generate a fasta file from.txt, but when I run the python it says: ilelnput open(svs.argv[1], "r"] IndexError: list index out of range Please a possible solution for this? import sys #File input #File output ileautout open(.areví2], "w #Sea count count-L #Loop through each line in the input file print "Converting to FASTA.. for strline in fleoRut- #Strip the endline character from each input line suine = sttLine.ctriern") #Output the header tileRutputeeritel">-str(count) + " ") count-count1 print ("Done." #Close the input and output file leloout.clesel)Explanation / Answer
Solution:
The issue is while running the code, you are not passing the command line arguments.
So you run the program as below
filename.py file1.txt file2.txt
if you are using any IDE then set parameters as below and run.
file1.txt file2.txt