mitoNGS / MToolBox

A bioinformatics pipeline to analyze mtDNA from NGS data
http://sourceforge.net/projects/mtoolbox/?source=navbar
GNU General Public License v3.0
90 stars 38 forks source link

fastq.gz input not recognized #23

Closed Ros85 closed 7 years ago

Ros85 commented 7 years ago

When trying to launch MToolBox with a fastq.gz input file, and specifying this input type in the config.sh, the program returns an error saying "Input format not recognized".

clody23 commented 7 years ago

Hi Rosanna,

fastq.gz file is not a supported argument of the pipeline, although it is able to read from gzipped files. You should still use input_type=fastq with fastq gzipped files.

Best, C