Closed halexand closed 4 years ago
EukHeist reads in both a sample grouping file and an ena table that has PE reads listed next to each other. Again... this is sub optimal and has format requirements.
(This whole thing makes me wonder how long until we no longer use paired end reads...)
Current solution is to check the number of files present in the input directory matching the FastqFile
column in the sample data folder, and to run PE with two files, SE with 1 file, throw error if >2, etc.
Ideally, we might avoid asking the user to specify both in the input files or config files-- but file naming formats vary quite a bit.
We should look around and try to figure out if there is a good way to do this. @akrinos