I have a folder containing 5000 fasta files, I want to extract the corresponding fasta files in txt according to a txt file, for example, 100989.fasta
84649.fasta
43985.fasta,is included in the list
How do I extract and save to a new folder?
I have used seqkit grep -n -f 2.list *.fasta > 2 code but no output result.
Thanks a lot for your help
Remove dry-run if you are okay with dry run (dummy) execution. Always post data to address the issue. In this context, partial tree (folder contents) and content of text files would have helped addressing the issue better.
this is a good way thanks a lot.