bigbio / nf-workflows

Repository of Nextflow+BioContainers workflows
GNU General Public License v2.0
14 stars 8 forks source link

file extension case sentivity #23

Closed sureshhewabi closed 5 years ago

sureshhewabi commented 5 years ago

Currently, our pipeline support only .raw files.

 output:
        file '*.raw' into rawFiles

However there are some raw files with .RAW (or possiblary .Raw) Eg: PXD001439

We should cover all the none case sensitive extensions.

file '.fasta' into myfasta file '.FASTA' into myfasta file '*.fAsTa' into myfasta

sureshhewabi commented 5 years ago

Fixed

PXD001439 successfully completed