Mercurial > repos > da-intersect > ap11_test
comparison protein_merger.xml @ 3:0b76c960dd38 draft
Uploaded
author | da-intersect |
---|---|
date | Mon, 08 Apr 2013 20:53:34 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2:5f91d3a4d18c | 3:0b76c960dd38 |
---|---|
1 <tool id="protmerger" name="Protein Merger" version="0.0.1"> | |
2 <description>Virtual Protein Merger</description> | |
3 <command interpreter="bash"> | |
4 javaRunner.sh virtual_protein_merger.jar -c "/usr/local/galaxy-dist/tools/ap11/chromosome/" -g "$genomeFile" -o "$output1" | |
5 -r "$searchResultsFile" | |
6 #if $trans_tab_file | |
7 -t "$trans_tab_file" | |
8 #end if | |
9 </command> | |
10 <inputs> | |
11 <param name="genomeFile" type="data" format="gff" label="Select genome file" help="Genome file in gff format" /> | |
12 <param name="searchResultsFile" type="data" format="txt" label="Select Mascot search result" help="Mascot search results file in txt format" /> | |
13 <param name="trans_tab_file" type="data" format="txt" label="Select Translation Table File" help="File containing a mapping of codons to amino acids, in the format used by NCBI." optional="True"/> | |
14 | |
15 </inputs> | |
16 <outputs> | |
17 <data format="sam" name="output1" /> | |
18 </outputs> | |
19 <help> | |
20 </help> | |
21 </tool> |