Recently had a project that had no reads left after trimming. The sample did not fail and continued downstream making it difficult to pinpoint where the sample had truly failed
Solution
After cutadapt add a check to ensure there are suitable number of reads to move on in the pipeline.
Problem
Recently had a project that had no reads left after trimming. The sample did not fail and continued downstream making it difficult to pinpoint where the sample had truly failed
Solution
After cutadapt add a check to ensure there are suitable number of reads to move on in the pipeline.