Previous changeset 2:6cc9a607f899 (2017-11-07) Next changeset 4:46e5b4782715 (2018-05-25) |
Commit message:
planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit e6a9507eb198c6bf2c63ddae387c262bfc8dbd16 |
modified:
hicup_macros.xml |
b |
diff -r 6cc9a607f899 -r 6551ad3d75f4 hicup_macros.xml --- a/hicup_macros.xml Tue Nov 07 02:47:44 2017 -0500 +++ b/hicup_macros.xml Thu Nov 09 11:15:26 2017 -0500 |
b |
@@ -14,9 +14,9 @@ </stdio> </xml> <xml name="citation_hicup"> - <citations> - <citation type="doi">10.12688/f1000research.7334.1</citation> - </citations> + <citations> + <citation type="doi">10.12688/f1000research.7334.1</citation> + </citations> </xml> <xml name="reference_genome_macro"> <conditional name="reference_genome"> @@ -26,7 +26,7 @@ </param> <when value="indexed"> <param name="index" type="select" label="Select reference genome" help="If your genome of interest is not listed, contact the Galaxy team"> - <options from_data_table="bowtie2_indices"> + <options from_data_table="bowtie2_indexes"> <filter type="sort_by" column="2"/> <validator type="no_options" message="No indexes are available for the selected input dataset"/> </options> @@ -62,7 +62,6 @@ <data name="dataset2_trunc" format="fastq" label="Hicup Dataset2 Truncation" from_work_dir="dataset2.trunc.fastq" /> <data name="dataset1_truncater_barchart" format="svg" label="Hicup Dataset1 Truncation Barchart.svg" from_work_dir="dataset1.truncation_barchart.svg" /> <data name="dataset2_truncater_barchart" format="svg" label="Hicup Dataset2 Truncation Barchart.svg" from_work_dir="dataset2.truncation_barchart.svg" /> - </xml> <xml name="input_files"> <param name="input_first_sequence" type="data" format="fastq" label="First input sequence" help="The first sequence:"/> |