I have a large list of fastq files that will be used for the same database.
Is there a simple way to run the command on a list of files for the same Meryl database or do I need to concatenate all of them and make a large file.
I'm currently trying this:
while read i; do echo "meryl k=21 count $i output Species.meryl"; done >> job.list < Species_fastq.list