# HG changeset patch # User galaxyp # Date 1452794456 18000 # Node ID d01419542f6204987688c1174f7d8a38d4747e74 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/customProDB commit 141369f97aa2804d2bbfd9ed620ea2a5574994c2-dirty diff -r 000000000000 -r d01419542f62 customProDB.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/customProDB.xml Thu Jan 14 13:00:56 2016 -0500 @@ -0,0 +1,64 @@ + + Generate protein FASTAs from exosome/transcriptome data + + + + PSM2SAM.R + #if str($input).strip() != "": + --passedPSM="$input" + #end if + #if str($scoreColumn).strip() != "": + --XScolumn="$scoreColumn" + #end if + #if str($optionalUserInput.exonAnno).strip() != "None": + --exon_anno="$optionalUserInput.exonAnno" + #end if + #if str($optionalUserInput.proteinSeq).strip() != "None": + --proteinseq="$optionalUserInput.proteinSeq" + #end if + #if str($optionalUserInput.proCodingSeq).strip() != "None": + --procodingseq="$optionalUserInput.proCodingSeq" + #end if + #if str($optionalUserInput.header).strip() != "None": + --header="$optionalUserInput.header" + #end if + #if str($output).strip() != "": + --OutputFile="$output" + #end if + +2>&1 + + + + + + + +
+ + + + +
+
+ + + + + +**Description** + +Generate protein FASTAs from exosome/transcriptome data (in the form of BAM files). + +
\ No newline at end of file