Mercurial > repos > jjohnson > mothur_toolsuite
annotate mothur/tool-data/mothur_aligndb.loc @ 3:b849cd7e132a
workflow cleanup_param_values recurses through paramnames whenever they start with a paramname_, so change input to input_fasta
author | jj@dbw-galaxy-dev.msi.umn.edu |
---|---|
date | Wed, 08 Jun 2011 14:59:08 -0500 |
parents | 3202a38e44d9 |
children |
rev | line source |
---|---|
0
3202a38e44d9
Migrated tool version 1.15.1 from old tool shed archive to new tool shed repository
jjohnson
parents:
diff
changeset
|
1 #This is a sample file distributed with Galaxy that enables tools |
3202a38e44d9
Migrated tool version 1.15.1 from old tool shed archive to new tool shed repository
jjohnson
parents:
diff
changeset
|
2 #to use a directory of metagenomics files. |
3202a38e44d9
Migrated tool version 1.15.1 from old tool shed archive to new tool shed repository
jjohnson
parents:
diff
changeset
|
3 #file has this format (white space characters are TAB characters): |
3202a38e44d9
Migrated tool version 1.15.1 from old tool shed archive to new tool shed repository
jjohnson
parents:
diff
changeset
|
4 # |
3202a38e44d9
Migrated tool version 1.15.1 from old tool shed archive to new tool shed repository
jjohnson
parents:
diff
changeset
|
5 #<dbname> <file_base> |
3202a38e44d9
Migrated tool version 1.15.1 from old tool shed archive to new tool shed repository
jjohnson
parents:
diff
changeset
|
6 # |
3202a38e44d9
Migrated tool version 1.15.1 from old tool shed archive to new tool shed repository
jjohnson
parents:
diff
changeset
|
7 greengenes /project/db/galaxy/mothur/core_set_aligned.imputed.fasta |
3202a38e44d9
Migrated tool version 1.15.1 from old tool shed archive to new tool shed repository
jjohnson
parents:
diff
changeset
|
8 silva archaea /project/db/galaxy/mothur/Silva.archaea/silva.archaea.fasta |
3202a38e44d9
Migrated tool version 1.15.1 from old tool shed archive to new tool shed repository
jjohnson
parents:
diff
changeset
|
9 silva bacteria /project/db/galaxy/mothur/silva.bacteria/silva.bacteria.fasta |
3202a38e44d9
Migrated tool version 1.15.1 from old tool shed archive to new tool shed repository
jjohnson
parents:
diff
changeset
|
10 silva eukarya /project/db/galaxy/mothur/silva.eukarya.fasta |
3202a38e44d9
Migrated tool version 1.15.1 from old tool shed archive to new tool shed repository
jjohnson
parents:
diff
changeset
|
11 silva archaea nogap /project/db/galaxy/mothur/Silva.archaea/nogap.archaea.fasta |
3202a38e44d9
Migrated tool version 1.15.1 from old tool shed archive to new tool shed repository
jjohnson
parents:
diff
changeset
|
12 silva bacteria nogap /project/db/galaxy/mothur/silva.bacteria/nogap.bacteria.fasta |
3202a38e44d9
Migrated tool version 1.15.1 from old tool shed archive to new tool shed repository
jjohnson
parents:
diff
changeset
|
13 silva eukarya nogap /project/db/galaxy/mothur/nogap.eukarya.fasta |
3202a38e44d9
Migrated tool version 1.15.1 from old tool shed archive to new tool shed repository
jjohnson
parents:
diff
changeset
|
14 |