ShawHahnLab / umbra

Python package and executable for Linux for managing Illumina sequencing runs
GNU Affero General Public License v3.0
3 stars 0 forks source link

Parse sample file paths from disk #94

Closed ressy closed 4 years ago

ressy commented 4 years ago

This switches from trying to predict fastq.gz filenames from sample names in illumina.alignment. sample_files_for_num to instead loading and parsing the filenames and matching via sample number. This should be more reliable for a variety of situations, e.g., fastq.gz files output from bcl2fastq versus created directly on the sequencer. Fixes #93.