view tool-data/bwameth_indexes.loc.sample @ 10:cf1322aeb137 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwameth commit 16f1bd9f85b90ad12dbb43bc00ebe469620cfd04
author iuc
date Sun, 02 Jun 2024 16:38:23 +0000
parents 404fae08ea31
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
#
#