If you want to test how the parallel commands will look, add --dry-run
for example:
cut -f1 markers.tsv | parallel --dry-run --jobs 16 'zcat {1}.faa.gz | muscle -out {1}.msa'
• 0 views
•
link