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

How or where I can get the file " MITOMAP_HMTDB_known_indels_chrRSRS.vcf" #35

Closed PeggyHXY closed 7 years ago

PeggyHXY commented 7 years ago

HI, when I used the RSRS as reference,the error is as follow:

ERROR MESSAGE: Couldn't read file MToolBox-master/MToolBox/data/MITOMAP_HMTDB_known_indels_chrRSRS.vcf

Can you tell me how or where I can get the file " MITOMAP_HMTDB_known_indels_chrRSRS.vcf"? Thank you very much!

clody23 commented 7 years ago

Hi,

this file is downloaded together with all other files used by MToolBox when you do a git clone of the repository.

You should find this file in the /path/to/your/MToolbox_master/MToolBox/data/ of your local copy of MToolBox.

If the file is not there it may be that something went wrong when you git cloned the MToolBox repo. Please, check that files you see in the MToolBox github repo are all in your local copy of the tool.

The original version of this file can be found here: https://github.com/mitoNGS/MToolBox/blob/master/MToolBox/data/MITOMAP_HMTDB_known_indels_RSRS.vcf

Best, C

PeggyHXY commented 7 years ago

Thanks! $ ref_name=$(echo $mtdb_fasta | cut -f 1 -d .) $ mtdb_fasta=chrRSRS.fa $ echo $ref_name chrRSRS so,The only difference of" MITOMAP_HMTDB_known_indels_chrRSRS.vcf" and the file in your path MToolBox/data/ is the filename exists 'chr' or not,I think.

clody23 commented 7 years ago

Hi,

sorry, but I don't understand what you mean here. Are you making a comparison between the MITOMAP_HMTDB_known_indels_chrRSRS.vcf file (which you find in the MToolBox/data folder) and a previous file provided by the MToolBox pipeline or a file that you provide to the pipeline?

Best, C