I came here after reading about bfc . I am planning to run bfc on my fastp trimmed reads. I wonder if you could share your input on the -s parameter for metagenomic data from complex environments such as soil and decaying wood?
Also, Is -1 flag necessary here?
bfc -s 1g -t $SLURM_CPUS_PER_TASK -1 $R1 | gzip -1 > bfc_output/${SAMPLE}_R1.bfc.fq.gz
bfc -s 1g -t $SLURM_CPUS_PER_TASK -1 $R2 | gzip -1 > bfc_output/${SAMPLE}_R2.bfc.fq.gz
You can use something like
jellyfishto get a count of possible k-mers: https://github.com/gmarcais/JellyfishThat is probably for assemblies not what you are trying to do.