annotate tool-data/bwameth_indexes.loc.sample @ 0:a7fb84abef45 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/data_managers/data_manager_bwameth_index_builder commit 30192223eeb60f33a42046921351c6ba3c80c90c
author iuc
date Tue, 22 Nov 2016 17:12:00 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a7fb84abef45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/data_managers/data_manager_bwameth_index_builder commit 30192223eeb60f33a42046921351c6ba3c80c90c
iuc
parents:
diff changeset
1 # This is a sample file distributed with Galaxy that is used to define a
a7fb84abef45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/data_managers/data_manager_bwameth_index_builder commit 30192223eeb60f33a42046921351c6ba3c80c90c
iuc
parents:
diff changeset
2 # list of bwa-meth indices, using three columns tab separated:
a7fb84abef45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/data_managers/data_manager_bwameth_index_builder commit 30192223eeb60f33a42046921351c6ba3c80c90c
iuc
parents:
diff changeset
3 #
a7fb84abef45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/data_managers/data_manager_bwameth_index_builder commit 30192223eeb60f33a42046921351c6ba3c80c90c
iuc
parents:
diff changeset
4 # <unique_build_id> <dbkey> <display_name> <genome_fasta_file_path>
a7fb84abef45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/data_managers/data_manager_bwameth_index_builder commit 30192223eeb60f33a42046921351c6ba3c80c90c
iuc
parents:
diff changeset
5 #
a7fb84abef45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/data_managers/data_manager_bwameth_index_builder commit 30192223eeb60f33a42046921351c6ba3c80c90c
iuc
parents:
diff changeset
6 # An index can be created with the following command:
a7fb84abef45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/data_managers/data_manager_bwameth_index_builder commit 30192223eeb60f33a42046921351c6ba3c80c90c
iuc
parents:
diff changeset
7 #
a7fb84abef45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/data_managers/data_manager_bwameth_index_builder commit 30192223eeb60f33a42046921351c6ba3c80c90c
iuc
parents:
diff changeset
8 # bwameth.py index /some/path/genome.fa
a7fb84abef45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/data_managers/data_manager_bwameth_index_builder commit 30192223eeb60f33a42046921351c6ba3c80c90c
iuc
parents:
diff changeset
9 #
a7fb84abef45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/data_managers/data_manager_bwameth_index_builder commit 30192223eeb60f33a42046921351c6ba3c80c90c
iuc
parents:
diff changeset
10 # "/some/path/genome.fa" would then be the last column in the line
a7fb84abef45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/data_managers/data_manager_bwameth_index_builder commit 30192223eeb60f33a42046921351c6ba3c80c90c
iuc
parents:
diff changeset
11 # If this were for the mm10 mouse genome, the resulting entry would look like:
a7fb84abef45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/data_managers/data_manager_bwameth_index_builder commit 30192223eeb60f33a42046921351c6ba3c80c90c
iuc
parents:
diff changeset
12 #
a7fb84abef45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/data_managers/data_manager_bwameth_index_builder commit 30192223eeb60f33a42046921351c6ba3c80c90c
iuc
parents:
diff changeset
13 #mm9 mm9 Mouse (mm9) /some/path/genome.fa
a7fb84abef45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/data_managers/data_manager_bwameth_index_builder commit 30192223eeb60f33a42046921351c6ba3c80c90c
iuc
parents:
diff changeset
14 #
a7fb84abef45 planemo upload for repository https://github.com/galaxyproject/tools-iuc/data_managers/data_manager_bwameth_index_builder commit 30192223eeb60f33a42046921351c6ba3c80c90c
iuc
parents:
diff changeset
15 #