transXpress / transXpress-nextflow

transXpress: a Nextflow pipeline for rapid de novo transcriptome assembly and annotation
GNU General Public License v3.0
4 stars 3 forks source link

FASTQC checking of reads? #14

Open photocyte opened 5 years ago

photocyte commented 5 years ago

Could run FASTQC on the input reads, and do some simple quality checking (e.g. cat the .html and see if there are files where the per sequence quality is failed -> indicated a bad sequencing run), and error out if bad quality is found. This would prevent the user from using the pipeline inadvertently with very bad sequencing data.

Also see https://github.com/transXpress/transXpress-snakemake/issues/5