Mercurial > repos > bgruening > deeptools_multi_bam_summary
diff deepTools_macros.xml @ 6:b319edc108a7 draft
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 43d23f495200449aec91a41fd537603014aa93ba-dirty
author | bgruening |
---|---|
date | Sun, 24 Apr 2016 16:21:06 -0400 |
parents | f89672f49f94 |
children | 87d2c75884d9 |
line wrap: on
line diff
--- a/deepTools_macros.xml Fri Mar 18 08:46:50 2016 -0400 +++ b/deepTools_macros.xml Sun Apr 24 16:21:06 2016 -0400 @@ -68,16 +68,22 @@ <xml name="region_limit_operation"> <param argument="--region" type="text" value="" label="Region of the genome to limit the operation to" - help="This is useful when testing parameters to reduce the time required. The format is chr:start:end, for example "chr10" or "chr10:456700:891000"." /> + help="This is useful when testing parameters to reduce the time required. The format is chr:start:end, for example "chr10" or "chr10:456700:891000"."> + <sanitizer> + <valid initial="string.letters,string.digits"> + <add value="|"/> + </valid> + </sanitizer> + </param> </xml> <token name="@THREADS@">--numberOfProcessors "\${GALAXY_SLOTS:-4}"</token> - <token name="@WRAPPER_VERSION@">2.2.2</token> + <token name="@WRAPPER_VERSION@">2.2.3</token> <xml name="requirements"> <requirements> <requirement type="package" version="2.7.10">python</requirement> <requirement type="binary">@BINARY@</requirement> - <requirement type="package" version="2.2.2">deepTools</requirement> + <requirement type="package" version="2.2.3">deepTools</requirement> <yield /> </requirements> <expand macro="stdio" /> @@ -302,7 +308,7 @@ </token> <xml name="citations"> <citations> - <citation type="doi">10.1093/nar/gku365</citation> + <citation type="doi">10.1093/nar/gkw257</citation> <yield /> </citations> </xml>