Mercurial > repos > da-intersect > test_ap11
diff protein_merger.xml @ 0:b04c42cb2d31
Uploaded tools v1.0.1 and datatypes.
| author | da-intersect |
|---|---|
| date | Wed, 10 Apr 2013 21:20:41 -0400 |
| parents | |
| children | e9aa05006fa7 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/protein_merger.xml Wed Apr 10 21:20:41 2013 -0400 @@ -0,0 +1,22 @@ +<tool id="protmerger" name="Protein Merger" version="1.0.1"> + <description>Virtual Protein Merger</description> + <command interpreter="bash"> + protein_merger.sh virtual_protein_merger.jar $chromosome_tar -g "$genomeFile" -o "$output1" + -r "$searchResultsFile" + #if $trans_tab_file + -t "$trans_tab_file" + #end if + </command> + <inputs> + <param name="chromosome_tar" type="data" format="tar" label="Select chromosome tar file" help="A Tar file containing all the chromosome files" /> + <param name="genomeFile" type="data" format="gff" label="Select genome file" help="Genome file in gff format" /> + <param name="searchResultsFile" type="data" format="txt" label="Select Mascot search result" help="Mascot search results file in txt format" /> + <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"/> + + </inputs> + <outputs> + <data format="sam" name="output1" /> + </outputs> + <help> + </help> +</tool>
