Singular-Genomics / singular-demux

Singular Genomics Demultiplexing Tool
Other
16 stars 0 forks source link

Throw warning when input fastq or prefix does not exist #63

Open theJasonFan opened 8 months ago

theJasonFan commented 8 months ago

Current behavior

When a file is missing, sgedemux detects the wrong number of read groups and throws an error rather late, in opts.rs#L329.

Desired behavior