Mercurial > repos > iuc > bwameth
annotate 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 |
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 # |