Previous changeset 1:d6df915e5f26 (2015-07-09) Next changeset 3:0a8d55375004 (2015-08-26) |
Commit message:
corrected missing path |
modified:
trinityStats.xml |
b |
diff -r d6df915e5f26 -r 6b715301b126 trinityStats.xml --- a/trinityStats.xml Thu Jul 09 11:22:44 2015 -0400 +++ b/trinityStats.xml Wed Aug 26 13:52:39 2015 +0100 |
b |
@@ -5,12 +5,12 @@ <requirement type="package" version="2013_08_14">trinityrnaseq</requirement> </requirements> - <command interpreter='perl'>TrinityStats.pl $fastafile > $statsfile 2>&1;</command> + <command interpreter='perl'>\$TRINITY_HOME/util/TrinityStats.pl $fastafile > $statsfile 2>&1;</command> <inputs> <!-- Required --> - <param name='fastafile' type="data" format="fasta" label='fastafile' help='Assembled fasta file'/> + <param name='fastafile' type="data" format="fasta" label='Trinity Assembly' help='Trinity Assembled fasta file'/> <!-- Optional --> |