Entering edit mode
4.9 years ago
sharmatina189059
▴
110
Dear all I have a file containing genome Ids like
470.771
470.773
......so on upto 1000
and I need to automate a command for all 1000 genome id. Command is
p3-genome-fasta --contig 470.771 > out.contig
and I need a folder containing all the downloaded files. Can anybody help me out with this task?
try this and let me know if this is what you want:
if you have the ids in text file (ids.txt), try this:
remove dry-run to execute the command.