Mercurial > repos > iuc > bedtools
diff sortBed.xml @ 4:315929597efb draft
Uploaded
| author | iuc |
|---|---|
| date | Wed, 07 Jan 2015 12:45:05 -0500 |
| parents | 7511823bdea1 |
| children |
line wrap: on
line diff
--- a/sortBed.xml Sat Jan 03 16:23:23 2015 -0500 +++ b/sortBed.xml Wed Jan 07 12:45:05 2015 -0500 @@ -6,7 +6,12 @@ <expand macro="requirements" /> <expand macro="stdio" /> <command> - sortBed -i $input $option > $output +<![CDATA[ + sortBed + -i $input + $option + > $output +]]> </command> <inputs> <param format="bed" name="input" type="data" label="Sort the following BED file"/> @@ -21,13 +26,18 @@ <option value="-chrThenScoreD">chromosome, then by score (desc).</option> </param> </inputs> - <outputs> <data format="bed" name="output" metadata_source="input" label="${input.name} (as BED)"/> </outputs> - + <tests> + <test> + <param name="input" value="sortBed1.bed" ftype="bed" /> + <param name="option" value="" /> + <output name="output" file="sortBed_result1.bed" ftype="bed" /> + </test> + </tests> <help> - +<![CDATA[ **What it does** Sorts a feature file by chromosome and other criteria. @@ -40,7 +50,7 @@ by chromosome then by start position in the following manner: sort -k 1,1 -k2,2 -n a.bed @REFERENCES@ - +]]> </help> <expand macro="citations" /> </tool>
