Mercurial > repos > yhoogstrate > featurecounts
diff featurecounts.xml @ 1:9fcffbe6c206 draft
Uploaded
| author | yhoogstrate |
|---|---|
| date | Tue, 20 May 2014 08:54:56 -0400 |
| parents | cada2d2f0a7c |
| children | 8c70c248576e |
line wrap: on
line diff
--- a/featurecounts.xml Wed Mar 26 09:12:30 2014 -0400 +++ b/featurecounts.xml Tue May 20 08:54:56 2014 -0400 @@ -88,7 +88,11 @@ #end if ; mv tmp.txt $output + + sed -e '1 s/$alignment_escaped/${alignment_name_escaped}/g' $output".summary" > tmp.txt + ; mv tmp.txt $output".summary" #end for + ; mv $output".summary" $output_summary #end if #end if </command> @@ -186,6 +190,7 @@ <outputs> <data format="tabular" name="output" label="${tool.name} on ${', '.join([ str(a.hid)+': '+a.name for a in $alignments ])}" /> + <data format="text" name="output_summary" label="${tool.name} on ${', '.join([ str(a.hid)+': '+a.name for a in $alignments ])} summary" /> </outputs> <help>
