annotate tool-data/bwameth_indexes.loc.sample @ 20:5924e53ef39c draft default tip

Uploaded
author dpryan79
date Thu, 15 Sep 2016 04:57:12 -0400
parents 596690559dab
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
596690559dab Uploaded
dpryan79
parents:
diff changeset
1 # This is a sample file distributed with Galaxy that is used to define a
596690559dab Uploaded
dpryan79
parents:
diff changeset
2 # list of bwa-meth indices, using three columns tab separated:
596690559dab Uploaded
dpryan79
parents:
diff changeset
3 #
20
5924e53ef39c Uploaded
dpryan79
parents: 1
diff changeset
4 # <unique_build_id> <dbkey> <display_name> <genome_fasta_file_path>
1
596690559dab Uploaded
dpryan79
parents:
diff changeset
5 #
596690559dab Uploaded
dpryan79
parents:
diff changeset
6 # An index can be created with the following command:
596690559dab Uploaded
dpryan79
parents:
diff changeset
7 #
596690559dab Uploaded
dpryan79
parents:
diff changeset
8 # bwameth.py index /some/path/genome.fa
596690559dab Uploaded
dpryan79
parents:
diff changeset
9 #
596690559dab Uploaded
dpryan79
parents:
diff changeset
10 # "/some/path/genome.fa" would then be the last column in the line
20
5924e53ef39c Uploaded
dpryan79
parents: 1
diff changeset
11 # If this were for the mm10 mouse genome, the resulting entry would look like:
5924e53ef39c Uploaded
dpryan79
parents: 1
diff changeset
12 #
5924e53ef39c Uploaded
dpryan79
parents: 1
diff changeset
13 #mm9 mm9 Mouse (mm9) /some/path/genome.fa
5924e53ef39c Uploaded
dpryan79
parents: 1
diff changeset
14 #
5924e53ef39c Uploaded
dpryan79
parents: 1
diff changeset
15 #