Mercurial > repos > bgruening > hicup_hicup
changeset 1:b191af7e2476 draft
planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit b4d9ad47b45abb117a059214e1f7b29d084b4ca3
author | bgruening |
---|---|
date | Sat, 19 Aug 2017 07:39:34 -0400 |
parents | 7e9e8da0522d |
children | e96cb39c3f8e |
files | hicup_macros.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hicup_macros.xml Thu Mar 09 09:31:57 2017 -0500 +++ b/hicup_macros.xml Sat Aug 19 07:39:34 2017 -0400 @@ -75,7 +75,7 @@ <param argument="--re2" type="text" value="" label="Restriction enzyme instead of sonication to shorten di-tags." help="To specify a restriction enzyme instead of sonication to shorten di-tags. This restriction site does NOT form a Hi-C ligation junction. 2 .g. AG^CT,AluI. Typically the sonication protocol is followed."/> </xml> <xml name="digester_input"> - <param name="input_files_digest" type="data" multiple="true" format="fa" label="Input DNA sequence files that should be digested"/> + <param name="input_files_digest" type="data" multiple="true" format="fasta" label="Input DNA sequence files that should be digested"/> <param argument="--genome" type="text" label="Genome" help="Name of the genome to be digested (not the path to the genome file or files, but the genome name to include in the output file)"/> </xml> @@ -91,4 +91,4 @@ <data name="uniques_barchart" format="svg" from_work_dir="deduplicator_uniques_barchart.svg" label="Hicup Deduplicator Uniques Barchart.svg" /> <data name="hicup_deduplicator_summary" format="txt" from_work_dir="hicup_deduplicator_summary.txt" label="Hicup Deduplicator Summary" /> </xml> -</macros> \ No newline at end of file +</macros>