Mercurial > repos > iuc > bwameth
annotate tool-data/bwameth_indexes.loc.sample @ 1:404fae08ea31 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/bwameth commit f96ef202e742cc1d260bce023ae0d1e1499a11d8
author | iuc |
---|---|
date | Wed, 21 Dec 2016 17:49:54 -0500 |
parents | f7094efef903 |
children |
rev | line source |
---|---|
0
f7094efef903
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/bwameth commit e912b80a0a6a556922a73037843600bd9de687db
iuc
parents:
diff
changeset
|
1 # This is a sample file distributed with Galaxy that is used to define a |
f7094efef903
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/bwameth commit e912b80a0a6a556922a73037843600bd9de687db
iuc
parents:
diff
changeset
|
2 # list of bwa-meth indices, using three columns tab separated: |
f7094efef903
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/bwameth commit e912b80a0a6a556922a73037843600bd9de687db
iuc
parents:
diff
changeset
|
3 # |
1
404fae08ea31
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/bwameth commit f96ef202e742cc1d260bce023ae0d1e1499a11d8
iuc
parents:
0
diff
changeset
|
4 # <unique_build_id> <dbkey> <display_name> <genome_fasta_file_path> |
0
f7094efef903
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/bwameth commit e912b80a0a6a556922a73037843600bd9de687db
iuc
parents:
diff
changeset
|
5 # |
f7094efef903
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/bwameth commit e912b80a0a6a556922a73037843600bd9de687db
iuc
parents:
diff
changeset
|
6 # An index can be created with the following command: |
f7094efef903
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/bwameth commit e912b80a0a6a556922a73037843600bd9de687db
iuc
parents:
diff
changeset
|
7 # |
f7094efef903
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/bwameth commit e912b80a0a6a556922a73037843600bd9de687db
iuc
parents:
diff
changeset
|
8 # bwameth.py index /some/path/genome.fa |
f7094efef903
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/bwameth commit e912b80a0a6a556922a73037843600bd9de687db
iuc
parents:
diff
changeset
|
9 # |
f7094efef903
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/bwameth commit e912b80a0a6a556922a73037843600bd9de687db
iuc
parents:
diff
changeset
|
10 # "/some/path/genome.fa" would then be the last column in the line |
1
404fae08ea31
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/bwameth commit f96ef202e742cc1d260bce023ae0d1e1499a11d8
iuc
parents:
0
diff
changeset
|
11 # If this were for the mm10 mouse genome, the resulting entry would look like: |
404fae08ea31
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/bwameth commit f96ef202e742cc1d260bce023ae0d1e1499a11d8
iuc
parents:
0
diff
changeset
|
12 # |
404fae08ea31
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/bwameth commit f96ef202e742cc1d260bce023ae0d1e1499a11d8
iuc
parents:
0
diff
changeset
|
13 #mm9 mm9 Mouse (mm9) /some/path/genome.fa |
404fae08ea31
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/bwameth commit f96ef202e742cc1d260bce023ae0d1e1499a11d8
iuc
parents:
0
diff
changeset
|
14 # |
404fae08ea31
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tools/bwameth commit f96ef202e742cc1d260bce023ae0d1e1499a11d8
iuc
parents:
0
diff
changeset
|
15 # |