Closed ebolyen closed 7 years ago
This probably derives from the way the file-names are parsed by the python script: https://github.com/qiime2/q2-dada2/blob/master/q2_dada2/_denoise.py#L72
Right now it looks like files are assumed to be named in SAMPLENAME_XXX.fastq.gz
format.
That looks like it! It should probably be using rsplit
with a cut-off.
Looks like we ran into this again. I'll try and prioritize this for the May release.
This came up on the forum.
I need to verify this behavior, however I believe it's probably the result of this plugin.