Open ndreey opened 7 months ago
WARNING: fastp uses up to 16 threads although you specified 20
Good to know in the future.
Also, all sequences where the pair did not meet threshold is being written to the same file. This should be updated so it is sample specific...
Important update
Before trimming, we need to update the raw_samples.txt as it contains samples that are deemed hybrids that we will not include in this study.
_hybridsamples.txt
We thus create a new .txt file that will hold the samples we want to analyze.
cat doc/raw_samples.txt | grep -v -f doc/hybrid_samples.txt > doc/samples_to_use.txt
_samples_touse.txt
Trimming script