Previous changeset 8:734516a21b52 (2012-09-13) Next changeset 10:86292c2b0ba9 (2013-05-14) |
Commit message:
Uploaded |
modified:
htseq.xml |
b |
diff -r 734516a21b52 -r 17983775f1b0 htseq.xml --- a/htseq.xml Thu Sep 13 00:51:13 2012 -0400 +++ b/htseq.xml Mon Jan 28 20:12:15 2013 -0500 |
b |
@@ -1,4 +1,8 @@ <tool id="htseq-count" name="Count reads in features with htseq-count" version="1.0.0"> + <requirements> + <requirement type="package" version="0.1.18">samtools</requirement> + <requirement type="python library" version="0.5.3p9">htseq</requirement> + </requirements> <description> - Create a digital expression matrix by counting reads in features with htseq-count</description> <command interpreter="perl"> htseq.pl -m $MODE -s $STRANDED -a $MINAQUAL -t $FEATURETYPE -i $IDATTR -g $gff_file -o $output -r $report $REDUCE |