Mercurial > repos > yating-l > hubarchivecreator
diff hubArchiveCreator.xml @ 6:2cc7685a7182 draft
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 48b59e91e2dcc2e97735ee35d587960cbfbce932
| author | yating-l |
|---|---|
| date | Wed, 21 Dec 2016 18:00:09 -0500 |
| parents | 7b0d359de7ee |
| children | dd1e233e16a1 |
line wrap: on
line diff
--- a/hubArchiveCreator.xml Wed Dec 21 17:26:51 2016 -0500 +++ b/hubArchiveCreator.xml Wed Dec 21 18:00:09 2016 -0500 @@ -111,6 +111,11 @@ #silent $prepare_json($f.formatChoice.bedChoice.BED_simple_repeats, $index_track_final, extra_data_dict) #end if + #if $f.formatChoice.bedChoice.bed_select == "bed_splice_junctions_option" + --bedSpliceJunctions $f.formatChoice.bedChoice.Bed_splice_junctions + #silent $prepare_json($f.formatChoice.bedChoice.BED_splice_junctions, $index_track_final, + extra_data_dict) + #end if #end if #if $f.formatChoice.format_select == "psl" --psl $f.formatChoice.PSL @@ -206,6 +211,7 @@ <param name="bed_select" type="select" label="Bed Choice"> <option value="bed_generic" selected="true">BED Generic (bed3+)</option> <option value="bed_simple_repeats_option">BED Simple repeat (bed4+12 / simpleRepeat.as)</option> + <option value="bed_splice_junctions_option">BED Splice junctions (bed12+1 / spliceJunctions.as)</option> </param> <when value="bed_generic"> <param @@ -224,6 +230,14 @@ label="Bed Simple Repeats (Bed4+12) File" /> </when> + <when value="bed_splice_junctions_option"> + <param + format="bed" + name="BED_splice_junctions" + type="data" + label="Bed Splice Junctions (Bed12+1) File" + /> + </when> </conditional> <param name="track_color" type="color" label="Track color" value="#000000"> <sanitizer> @@ -442,6 +456,7 @@ /> </output> </test> + <!-- Test with Psl --> <test>
