Open mr-eyes opened 1 month ago
This command will stream the fasta file (whether SE or PE) to sourmash for sketching.
fasterq-dump --fasta-unsorted ${sra_accession} --stdout | sourmash sketch dna - ....
relevant: https://github.com/sourmash-bio/sourmash/issues/2941
This command will stream the fasta file (whether SE or PE) to sourmash for sketching.