NAL-i5K / NAL_RNA_seq_annotation_pipeline

Other
5 stars 3 forks source link

Exclude 454 single-end data from download_sra_metadata.py results #48

Closed mpoelchau closed 3 years ago

mpoelchau commented 3 years ago

The pipeline has problems processing data from any 454 instrument (e.g. 454 GS FLX, 454 GS Junior, 454 GS FLX Titanium, but could also be more) that have a single-end layout. Similar to #46, we need to exclude this data type from the download_sra_metadata.py results.

Example error: FileNotFoundError: [Errno 2] No such file or directory: '/project/nal_genomics/shelly.chiang/rnaseq_Hyaazt/2021-06-15-11-54-01/SRR687323/SRR687323_2_fastqc.zip'

Libraries that have this error:

mpoelchau commented 3 years ago

This is fixed via #49. Closing.