Previous changeset 0:a8fcdd1c2cce (2016-11-01) Next changeset 2:5fb26b015fbe (2016-11-01) |
Commit message:
Uploaded updated wrapper, fixed output file naming |
modified:
dotplot/dotplot.xml |
b |
diff -r a8fcdd1c2cce -r 9642674cbe9b dotplot/dotplot.xml --- a/dotplot/dotplot.xml Tue Nov 01 15:19:49 2016 -0400 +++ b/dotplot/dotplot.xml Tue Nov 01 15:29:30 2016 -0400 |
b |
@@ -4,9 +4,9 @@ <requirement type="package">numpy</requirement> <requirement type="package">matplotlib</requirement> </requirements> - <command interpreter="python">dotplot.py $input $filter $outfile1</command> + <command interpreter="python">dotplot.py $input $filter $out_file1</command> <inputs> - <param name="input" type="data" format="tabular" label="LASTZ tabular output" help="Dataset missing? See TIP below"/> + <param name="input" type="data" format="tabular" label="LASTZ tabular output"/> <param name="filter" type="text" value="0" label="Filter out alignments shorter than (bp)"/> </inputs> <outputs> |