JAMP icon indicating copy to clipboard operation
JAMP copied to clipboard

Subsampling only works, if the file contains enough reads

Open VascoElbrecht opened this issue 7 years ago • 0 comments

usearch -fastx_subsample "../D_Minmax/_data/GMP-04606)CCDB-S5-0053)CBGMB-00003_cut_minmax.fasta" -fastaout "_data/GMP-04606)CCDB-S5-0053)CBGMB-00003_cut_minmax_N50000.fasta" -sample_size 50000 -sizein -sizeout

Solution, count reads first and then copy the file over if it has fewer reads than should be subsetted

VascoElbrecht avatar Oct 13 '17 20:10 VascoElbrecht