We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there. I have folders with many fasta files and when I use this:
# usr/bin/env bash for fasta in Genomes_new/"$1"/"$2"/"$3"/CHR/*_chr.fna; do #echo "$fasta" trf "$fasta" 2 7 7 80 10 50 500 -h; done
But I got only one file and then trf finishes. Do you have any suggestion to get all fasta files done? Paulo
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there. I have folders with many fasta files and when I use this:
But I got only one file and then trf finishes. Do you have any suggestion to get all fasta files done?
Paulo
The text was updated successfully, but these errors were encountered: