Mercurial > repos > bgruening > erga_ear
annotate make_EAR.xml @ 0:8c99976de71e draft
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
author | bgruening |
---|---|
date | Fri, 07 Jun 2024 14:23:49 +0000 |
parents | |
children | b61022e1b807 |
rev | line source |
---|---|
0
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
1 <tool id="make_ear" name="ERGA Assembly Reporting Tool (EAR)" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@" license="MIT"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
2 <description>A tool to compile assembly reports and stastics from assembly pipeline</description> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
3 <macros> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
4 <import>macros.xml</import> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
5 </macros> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
6 <requirements> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
7 <requirement type="package" version="4.1.0">reportlab</requirement> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
8 <requirement type="package" version="24.4.0">pyaml</requirement> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
9 <requirement type="package" version="2024.1">pytz</requirement> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
10 <requirement type="package" version="2.32.3">requests</requirement> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
11 </requirements> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
12 <command detect_errors="exit_code"><![CDATA[ |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
13 python '$__tool_directory__/make_EAR.py' '$param_file' > '$log' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
14 ]]></command> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
15 <configfiles> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
16 <configfile name="param_file"><![CDATA[ |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
17 # SAMPLE INFORMATION |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
18 ToLID: '${sample_information.tolid}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
19 Species: '${sample_information.species_name}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
20 Sex: '${sample_information.species_sex}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
21 Submitter: '${sample_information.submitter}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
22 Affiliation: '${sample_information.affiliation}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
23 Tags: '${sample_information.tags}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
24 |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
25 # SEQUENCING DATA |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
26 DATA: |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
27 #for $repeat in $sequencing_data.seq_data_info: |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
28 - ${repeat.seq_data} |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
29 #end for |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
30 |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
31 # GENOME PROFILING DATA |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
32 PROFILING: |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
33 GenomeScope: |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
34 genomescope_summary_txt: '${genome_profiling_data.genome_scope_summary}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
35 Smudgeplot: |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
36 smudgeplot_verbose_summary_txt: '${genome_profiling_data.smudge_plot_summary}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
37 |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
38 #if $pre_curation_assembly_data.hap2_precuration_data.hap2_exists_precuration == "yes" |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
39 # ASSEMBLY DATA |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
40 ASSEMBLIES: |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
41 Pre-curation: |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
42 pipeline: [Hifiasm_v0.19.4|HiC|l0, Purge_Dups_v1.2.6|, Bionano_vGalaxy_3.7.0, YaHS_v1.1] |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
43 '${pre_curation_assembly_data.haplotype_selection}': |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
44 gfastats--nstar-report_txt: '${pre_curation_assembly_data.gfstats_nstar_report_precuration}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
45 busco_short_summary_txt: '${pre_curation_assembly_data.busco_short_summary_precuration}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
46 merqury_qv: '${pre_curation_assembly_data.mercury_qv_precuration}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
47 merqury_completeness_stats: '${pre_curation_assembly_data.merqury_completeness_stats_precuration}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
48 hap2: |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
49 gfastats--nstar-report_txt: '${pre_curation_assembly_data.hap2_precuration_data.gfstats_nstar_report_hap2_precuration}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
50 busco_short_summary_txt: '${pre_curation_assembly_data.hap2_precuration_data.busco_short_summary_hap2_precuration}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
51 merqury_qv: '${pre_curation_assembly_data.hap2_precuration_data.mercury_qv_hap2_precuration}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
52 merqury_completeness_stats: '${pre_curation_assembly_data.hap2_precuration_data.merqury_completeness_stats_hap2_precuration}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
53 |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
54 Curated: |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
55 pipeline: [GRIT_rapid_v2.0, HiGlass_v1.0] |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
56 '${pre_curation_assembly_data.haplotype_selection}': |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
57 gfastats--nstar-report_txt: '${curated_assembly_data.gfstats_nstar_report_curated}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
58 busco_short_summary_txt: '${curated_assembly_data.busco_short_summary_curated}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
59 merqury_qv: '${curated_assembly_data.mercury_qv_curated}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
60 merqury_completeness_stats: '${curated_assembly_data.merqury_completeness_stats_curated}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
61 merqury_hap_spectra_cn_png: '${curated_assembly_data.merqury_hap_spectra_cn_curated}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
62 merqury_spectra_cn_png: '${curated_assembly_data.merqury_spectra_cn_curated}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
63 merqury_spectra_asm_png: '${curated_assembly_data.merqury_spectra_asm_curated}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
64 hic_FullMap_png: '${curated_assembly_data.hic_FullMap_curated}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
65 hic_FullMap_link: '${curated_assembly_data.hic_FullMap_link_curated}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
66 blobplot_cont_png: '${curated_assembly_data.blobplot_cont_curated}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
67 hap2: |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
68 gfastats--nstar-report_txt: '${curated_assembly_data.hap2_curated_data.gfstats_nstar_report_hap2_curated}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
69 busco_short_summary_txt: '${curated_assembly_data.hap2_curated_data.busco_short_summary_hap2_curated}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
70 merqury_qv: '${curated_assembly_data.hap2_curated_data.mercury_qv_hap2_curated}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
71 merqury_completeness_stats: '${curated_assembly_data.hap2_curated_data.merqury_completeness_stats_hap2_curated}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
72 merqury_hap_spectra_cn_png: '${curated_assembly_data.hap2_curated_data.merqury_hap_spectra_cn_hap2_curated}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
73 merqury_spectra_cn_png: '${curated_assembly_data.hap2_curated_data.merqury_spectra_cn_hap2_curated}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
74 merqury_spectra_asm_png: '${curated_assembly_data.hap2_curated_data.merqury_spectra_asm_hap2_curated}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
75 hic_FullMap_png: '${curated_assembly_data.hap2_curated_data.hic_FullMap_hap2_curated}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
76 hic_FullMap_link: '${curated_assembly_data.hap2_curated_data.hic_FullMap_link_hap2_curated}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
77 blobplot_cont_png: '${curated_assembly_data.hap2_curated_data.blobplot_cont_hap2_curated}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
78 |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
79 #else |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
80 # ASSEMBLY DATA |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
81 ASSEMBLIES: |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
82 Pre-curation: |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
83 pipeline: [Hifiasm_v0.19.4|HiC|l0, Purge_Dups_v1.2.6|, Bionano_vGalaxy_3.7.0, YaHS_v1.1] |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
84 '${pre_curation_assembly_data.haplotype_selection}': |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
85 gfastats--nstar-report_txt: '${pre_curation_assembly_data.gfstats_nstar_report_precuration}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
86 busco_short_summary_txt: '${pre_curation_assembly_data.busco_short_summary_precuration}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
87 merqury_qv: '${pre_curation_assembly_data.mercury_qv_precuration}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
88 merqury_completeness_stats: '${pre_curation_assembly_data.merqury_completeness_stats_precuration}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
89 |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
90 Curated: |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
91 pipeline: [GRIT_rapid_v2.0, HiGlass_v1.0] |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
92 '${pre_curation_assembly_data.haplotype_selection}': |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
93 gfastats--nstar-report_txt: '${curated_assembly_data.gfstats_nstar_report_curated}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
94 busco_short_summary_txt: '${curated_assembly_data.busco_short_summary_curated}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
95 merqury_qv: '${curated_assembly_data.mercury_qv_curated}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
96 merqury_completeness_stats: '${curated_assembly_data.merqury_completeness_stats_curated}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
97 merqury_hap_spectra_cn_png: '${curated_assembly_data.merqury_hap_spectra_cn_curated}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
98 merqury_spectra_cn_png: '${curated_assembly_data.merqury_spectra_cn_curated}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
99 merqury_spectra_asm_png: '${curated_assembly_data.merqury_spectra_asm_curated}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
100 hic_FullMap_png: '${curated_assembly_data.hic_FullMap_curated}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
101 hic_FullMap_link: '${curated_assembly_data.hic_FullMap_link_curated}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
102 blobplot_cont_png: '${curated_assembly_data.blobplot_cont_curated}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
103 #end if |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
104 |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
105 # CURATION NOTES |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
106 NOTES: |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
107 Obs_Haploid_num: '${curation_notes.obs_haploid_num}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
108 Obs_Sex: '${curation_notes.obs_sex}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
109 Interventions_per_Gb: '${curation_notes.interventions_per_gb}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
110 Contamination_notes: '${curation_notes.contam_notes}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
111 Other_notes: '${curation_notes.other_notes}' |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
112 |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
113 ]]></configfile> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
114 </configfiles> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
115 |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
116 <inputs> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
117 <!-- Input parameters for Sample Information --> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
118 <section name="sample_information" title="Sample Information" expanded="true"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
119 <param name="tolid" type="text" optional="False" value="" label="Input a ToLID"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
120 <param name="species_name" type="text" optional="False" value="" label="Enter the Species name"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
121 <param name="species_sex" type="select" label="Enter the Species sex"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
122 <option value="XX">XX</option> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
123 <option value="XY">XY</option> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
124 <option value="X0">X0</option> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
125 <option value="ZZ">ZZ</option> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
126 <option value="ZW">ZW</option> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
127 <option value="NA">Not Available</option> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
128 </param> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
129 <param name="submitter" type="text" value="" optional="False" label="Enter the Submitter name"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
130 <param name="affiliation" type="text" value="" optional="False" label="Enter the Affiliation"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
131 <param name="tags" type="select" label="Select a valid tag"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
132 <option value="ERGA-BGE" selected="true">ERGA-BGE</option> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
133 <option value="ERGA-Pilot">ERGA-Pilot</option> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
134 <option value="ERGA-Satellite">ERGA-Satellite</option> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
135 </param> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
136 </section> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
137 |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
138 <!-- Input parameters for Sequence Data Information --> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
139 <section name="sequencing_data" title="Sequencing Data Information"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
140 <repeat name='seq_data_info' title="Add Sequence Data information" min="1" default="2"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
141 <param name="seq_data" type="text" label="Enter Sequencing data information" optional="False" help="Input Sequencing data information along with coverage scores if available. (Example Input: HiFi: 40X)"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
142 </repeat> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
143 </section> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
144 |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
145 <!-- Input parameters for Genome Profiling Data --> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
146 <section name="genome_profiling_data" title="Genome Profiling Information"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
147 <param name="genome_scope_summary" type="data" format="txt" label="Summary file from GenomeScope tool"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
148 <param name="smudge_plot_summary" type="data" format="txt" optional="true" label="Summary file from Smudge Plot tool"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
149 </section> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
150 |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
151 <!-- Input parameters for Assembly data precurated --> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
152 <section name="pre_curation_assembly_data" title="Pre-Curation Assembly Information"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
153 <param name="pipeline_tools_precuration" type="text" label="Input tool names along with version and paramters used" help="[Insert ToolA_v1.2.3|ParamX|ParamY, Insert ToolB_v2.3.4] valid input is empty or between brackets ToolName followed by _v followed by versionNumber followed by | followed by keyToolParameter"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
154 <param name="haplotype_selection" type="select" label="Select a valid haplotype"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
155 <option value="hap1">hap1</option> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
156 <option value="pri">pri</option> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
157 <option value="collapsed">collapsed</option> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
158 </param> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
159 <param name="gfstats_nstar_report_precuration" type="data" format="txt" label="Select gfastats--nstar report file from gfstats tool"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
160 <param name="busco_short_summary_precuration" type="data" format="txt" label="Select short summary report file from busco tool"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
161 <param name="mercury_qv_precuration" type="data" format="txt" label="Select Merqury results .qv file"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
162 <param name="merqury_completeness_stats_precuration" type="data" format="txt" label="Select Merqury results completeness.stats file"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
163 <conditional name="hap2_precuration_data"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
164 <param name="hap2_exists_precuration" type="select" label="Do you have data for Hap2?"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
165 <option value="no" selected="true">No</option> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
166 <option value="yes">Yes</option> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
167 </param> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
168 <when value="no"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
169 <when value="yes"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
170 <param name="gfstats_nstar_report_hap2_precuration" type="data" format="data" label="Select gfastats--nstar report tool from gfstats tool for Hap2"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
171 <param name="busco_short_summary_hap2_precuration" type="data" format="txt" label="Select short summary from busco tool for Hap2"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
172 <param name="mercury_qv_hap2_precuration" type="data" format="txt" label="Select Merqury results .qv file for Hap2"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
173 <param name="merqury_completeness_stats_hap2_precuration" type="data" format="txt" label="Select Merqury results completeness.stats file for Hap2"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
174 </when> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
175 </conditional> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
176 </section> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
177 |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
178 <!-- Input parameters for Assembly data Curated --> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
179 <section name="curated_assembly_data" title="Curated Assembly Data Information"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
180 <param name="pipeline_tools_curation" type="text" label="Input tool names along with version and paramters used" help="[Insert ToolA_v1.2.3|ParamX|ParamY, Insert ToolB_v2.3.4] valid input is empty or between brackets ToolName followed by _v followed by versionNumber followed by | followed by keyToolParameter"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
181 <param name="gfstats_nstar_report_curated" type="data" format="txt" label="Select curated gfastats--nstar report file"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
182 <param name="busco_short_summary_curated" type="data" format="txt" label="Select curated busco_short_summary.txt file"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
183 <param name="mercury_qv_curated" type="data" format="txt" label="Select curated Merqury results .qv file"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
184 <param name="merqury_completeness_stats_curated" type="data" format="txt" label="Select curated Merqury completeness.stats file"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
185 <param name="merqury_hap_spectra_cn_curated" type="data" format="png" label="Select Merqury HAP1 spectra-cn.ln.png file"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
186 <param name="merqury_spectra_cn_curated" type="data" format="png" label="Select Merqury results spectra-cn.ln.png file"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
187 <param name="merqury_spectra_asm_curated" type="data" format="png" label="Select Merqury results spectra-asm.ln.png file"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
188 <param name="hic_FullMap_curated" type="data" format="png" label="Select pretext FullMap plot"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
189 <param name="hic_FullMap_link_curated" type="text" value="" label="Insert .pretext file web link" help="This can be copied from the dataset-download-button"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
190 <param name="blobplot_cont_curated" type="data" format="png" label="Select blobplot contamination plot file"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
191 |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
192 <conditional name="hap2_curated_data"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
193 <param name="hap2_exists_curated" type="select" label="Do you have data for Hap2?"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
194 <option value="no" selected="true">No</option> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
195 <option value="yes">Yes</option> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
196 </param> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
197 <when value="no"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
198 <when value="yes"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
199 <param name="gfstats_nstar_report_hap2_curated" type="data" format="txt" label="Select curated gfastats--nstar report file for hap2"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
200 <param name="busco_short_summary_hap2_curated" type="data" format="txt" label="Select curated busco_short_summary.txt file for hap2"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
201 <param name="mercury_qv_hap2_curated" type="data" format="txt" label="Select curated Merqury results .qv file for hap2"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
202 <param name="merqury_completeness_stats_hap2_curated" type="data" format="txt" label="Select curated Merqury results completeness.stats file for hap2"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
203 <param name="merqury_hap_spectra_cn_hap2_curated" type="data" format="png" label="Select Merqury results HAP1 spectra-cn.ln.png file for hap2"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
204 <param name="merqury_spectra_cn_hap2_curated" type="data" format="png" label="Select Merqury HAP2 spectra-cn.ln.png file"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
205 <param name="merqury_spectra_asm_hap2_curated" type="data" format="png" label="Select curated Merqury results spectra-asm.ln.png file for hap2"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
206 <param name="hic_FullMap_hap2_curated" type="data" format="png" label="Select pretext FullMap plot for hap2"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
207 <param name="hic_FullMap_link_hap2_curated" type="text" value="" label="Insert .pretext file web link for hap2" help="This can be copied from the dataset-download-button"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
208 <param name="blobplot_cont_hap2_curated" type="data" format="png" label="Select blobplot contamination plot for hap2"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
209 </when> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
210 </conditional> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
211 </section> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
212 |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
213 <!-- Input parameters for Curation notes --> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
214 <section name="curation_notes" title="Curation Notes"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
215 <param name="obs_haploid_num" type="text" optional="False" label="Insert observed haploid number"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
216 <param name="obs_sex" type="select" label="Select observed sex" help="Example: XX, XY, X0, ZZ, ZW, NA"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
217 <option value="XX">XX</option> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
218 <option value="XY">XY</option> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
219 <option value="X0">X0</option> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
220 <option value="ZZ">ZZ</option> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
221 <option value="ZW">ZW</option> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
222 <option value="NA">NA</option> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
223 </param> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
224 <param name="interventions_per_gb" type="text" label="Insert manual intervention during curation (GB)"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
225 <param name="contam_notes" type="text" label="Insert contamination notes"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
226 <param name="other_notes" type="text" label="Insert Other notes"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
227 </section> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
228 </inputs> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
229 |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
230 <outputs> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
231 <data name="EAR_pdf" format="pdf" from_work_dir="EAR.pdf" label="${tool.name} on ${on_string}: Output PDF" ></data> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
232 <data name="log" format="txt" from_work_dir="EAR.log" label="${tool.name} on ${on_string}: Log file"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
233 </outputs> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
234 <tests> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
235 <test expect_num_outputs="2"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
236 <section name="sample_information"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
237 <param name="tolid" value="xgPhyFlav1"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
238 <param name="species_name" value="Phyllidia flava"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
239 <param name="species_sex" value="XX"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
240 <param name="submitter" value="John Doe"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
241 <param name="affiliation" value="Galaxy EU"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
242 <param name="tags" value="ERGA-BGE"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
243 </section> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
244 <section name="sequencing_data"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
245 <repeat name="seq_data_info"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
246 <param name="seq_data" value="HiFi: 40x"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
247 </repeat> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
248 <repeat name="seq_data_info"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
249 <param name="seq_data" value="Bionano: 10x"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
250 </repeat> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
251 <repeat name="seq_data_info"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
252 <param name="seq_data" value="OmniC: 90x"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
253 </repeat> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
254 </section> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
255 <section name="genome_profiling_data"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
256 <param name="genome_scope_summary" value="genomescope_results_summary.txt"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
257 <param name="smudge_plot_summary" value="smudgeplot_verbose_summary.txt"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
258 </section> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
259 <section name="pre_curation_assembly_data"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
260 <param name="haplotype_selection" value="hap1"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
261 <param name="gfstats_nstar_report_precuration" value="ele_pre.asm1_gfastats.txt"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
262 <param name="busco_short_summary_precuration" value="short_summary.specific.mammalia_odb10.pre.asm1.txt"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
263 <param name="mercury_qv_precuration" value="ele_pre_merqOutput.qv"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
264 <param name="merqury_completeness_stats_precuration" value="ele_pre_merqOutput.completeness.stats"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
265 <conditional name="hap2_precuration_data"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
266 <param name="hap2_exists_precuration" value="yes"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
267 <param name="gfstats_nstar_report_hap2_precuration" value="ele_pre.asm2_gfastats.txt"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
268 <param name="busco_short_summary_hap2_precuration" value="short_summary.specific.mammalia_odb10.pre.asm2.txt"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
269 <param name="mercury_qv_hap2_precuration" value="ele_pre_merqOutput.qv"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
270 <param name="merqury_completeness_stats_hap2_precuration" value="ele_pre_merqOutput.completeness.stats"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
271 </conditional> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
272 </section> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
273 <section name="curated_assembly_data"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
274 <param name="gfstats_nstar_report_curated" value="ele.asm1_post_gfastats.txt"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
275 <param name="busco_short_summary_curated" value="short_summary.specific.mammalia_odb10.post.asm1.txt"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
276 <param name="mercury_qv_curated" value="ele_post_merqOutput.qv"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
277 <param name="merqury_completeness_stats_curated" value="ele_post_merqOutput.completeness.stats"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
278 <param name="merqury_hap_spectra_cn_curated" value="ele_post_merqOutput.ele_post.asm1.spectra-cn.ln.png"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
279 <param name="merqury_spectra_cn_curated" value="ele_post_merqOutput.spectra-cn.ln.png"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
280 <param name="merqury_spectra_asm_curated" value="ele_post_merqOutput.spectra-asm.ln.png"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
281 <param name="hic_FullMap_curated" value="pretext_snake1.png"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
282 <param name="hic_FullMap_link_curated" value="https://box.fu-berlin.de/apps/files/something"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
283 <param name="blobplot_cont_curated" value="blob1.png"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
284 <conditional name="hap2_curated_data"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
285 <param name="hap2_exists_curated" value="yes"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
286 <param name="gfstats_nstar_report_hap2_curated" value="ele.asm2_post_gfastats.txt"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
287 <param name="busco_short_summary_hap2_curated" value="short_summary.specific.mammalia_odb10.post.asm2.txt"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
288 <param name="mercury_qv_hap2_curated" value="ele_post_merqOutput.qv"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
289 <param name="merqury_completeness_stats_hap2_curated" value="ele_post_merqOutput.completeness.stats"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
290 <param name="merqury_hap_spectra_cn_hap2_curated" value="ele_post_merqOutput.ele_post.asm2.spectra-cn.ln.png"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
291 <param name="merqury_spectra_cn_hap2_curated" value="ele_post_merqOutput.spectra-cn.ln.png"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
292 <param name="merqury_spectra_asm_hap2_curated" value="ele_post_merqOutput.spectra-asm.ln.png"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
293 <param name="hic_FullMap_hap2_curated" value="pretext_snake2.png"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
294 <param name="hic_FullMap_link_hap2_curated" value="https://box.fu-berlin.de/apps/files/something"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
295 <param name="blobplot_cont_hap2_curated" value="blob2.png"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
296 </conditional> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
297 </section> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
298 <section name="curation_notes"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
299 <param name="obs_haploid_num" value="28"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
300 <param name="obs_sex" value="XX"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
301 <param name="interventions_per_gb" value="2"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
302 <param name="contam_notes" value="No presence of contaminants. Mitochondrial genome was removed from the assembly"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
303 <param name="other_notes" value="Large collapsed repeat in chr5, haplotypic inversion in chr12"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
304 </section> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
305 <output name="EAR_pdf" file="EAR.pdf" ftype="pdf" compare="sim_size"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
306 <output name="log" file="EAR_log"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
307 </test> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
308 </tests> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
309 <help><![CDATA[ |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
310 |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
311 .. class:: infomark |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
312 |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
313 **What it does** |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
314 |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
315 **ERGA Assembly Reporting Tool (EAR)** is a tool that compiles various statistics and reports generated from Assembly pipeline tools and compiles them in to a summarized PDF document for reporting. |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
316 ]]></help> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
317 <expand macro="citations"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
318 <expand macro="creator"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
319 </tool> |