view tool-data/bwameth_indexes.loc.sample @ 3:d1c0b1f0c67e draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/data_managers/data_manager_bwameth_index_builder commit 8b77954efb8d46dfb3bec5421819076f3757ad06"
author iuc
date Sun, 26 Jan 2020 14:34:44 +0000
parents fa17303fc8de
children
line wrap: on
line source

# This is a sample file distributed with Galaxy that is used to define a
# list of bwa-meth indices, using three columns tab separated:
#
# <unique_build_id>	<dbkey>	<display_name>	<genome_fasta_file_path>
#
# An index can be created with the following command:
#
# bwameth.py index /some/path/genome.fa
#
# "/some/path/genome.fa" would then be the last column in the line
# If this were for the mm10 mouse genome, the resulting entry would look like:
#
#mm9	mm9	Mouse (mm9)	/some/path/genome.fa
#
#