comparison tidecluster.xml @ 2:299f14a6050a draft

planemo upload for repository https://github.com/kavonrtep/galaxy_packages commit 65066fa2cd844c8ae882c4ba9bc4e124eada8ffd
author petr-novak
date Thu, 17 Aug 2023 14:23:02 +0000
parents c701eddc9fec
children af85dfc8676d
comparison
equal deleted inserted replaced
1:eac66eb6a5cf 2:299f14a6050a
26 && 26 &&
27 mkdir -p ${tarean_report.extra_files_path} 27 mkdir -p ${tarean_report.extra_files_path}
28 && 28 &&
29 cp -r tidecluster_tarean ${tarean_report.extra_files_path}/ 29 cp -r tidecluster_tarean ${tarean_report.extra_files_path}/
30 && 30 &&
31 cp tidecluster_consensus_dimer_library.fasta ${trc_library}
32 &&
31 zip -r output.zip * 33 zip -r output.zip *
32
33
34 #if $library: 34 #if $library:
35 && 35 &&
36 cp tidecluster_annotation.gff3 '$gff3_annotation' 36 cp tidecluster_annotation.gff3 '$gff3_annotation'
37 && 37 &&
38 cp tidecluster_annotation.tsv '$csv_annotation' 38 cp tidecluster_annotation.tsv '$csv_annotation'
69 label="${tool.name} on ${on_string}: GFF3 TideCluster Output"/> 69 label="${tool.name} on ${on_string}: GFF3 TideCluster Output"/>
70 <data name="gff3_annotation" format="gff3" 70 <data name="gff3_annotation" format="gff3"
71 label="${tool.name} on ${on_string}: GFF3 TideCluster Annotated Output"> 71 label="${tool.name} on ${on_string}: GFF3 TideCluster Annotated Output">
72 <filter>library is not None</filter> 72 <filter>library is not None</filter>
73 </data> 73 </data>
74
74 <data name="csv_annotation" format="tsv" 75 <data name="csv_annotation" format="tsv"
75 label="${tool.name} on ${on_string}: TSV TideCluster Annotated Output"> 76 label="${tool.name} on ${on_string}: TSV TideCluster Annotated Output">
76 <filter>library is not None</filter> 77 <filter>library is not None</filter>
77 </data> 78 </data>
79
80 <data name="trc_library" format="fasta"
81 label="${tool.name} on ${on_string}: Library of tandem repeats"/>
78 <data name="tarean_report" format="html" 82 <data name="tarean_report" format="html"
79 label="${tool.name} on ${on_string}: TAREAN Report"/> 83 label="${tool.name} on ${on_string}: TAREAN Report"/>
80 84
81 85
82 86