I noticed that transrate might have the ability to merge assemblies. I have fasta files from 10 individual assemblies -- is there a way to merge all ten?
If yes, what is the correct syntax for that command, how to list the fasta files?
I tried the following, but it did not work
I noticed that transrate might have the ability to merge assemblies. I have fasta files from 10 individual assemblies -- is there a way to merge all ten? If yes, what is the correct syntax for that command, how to list the fasta files? I tried the following, but it did not work
transrate --threads 32 --merge-assemblies --assembly 1A.fa,1D.fa, ... ..