Mercurial > repos > bgruening > erga_ear
annotate make_EAR.xml @ 3:3dd6be0cd8dd draft default tip
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit 720787c4fb8885f5127ab6ada2813f8dd580921c
author | bgruening |
---|---|
date | Tue, 15 Oct 2024 12:52:59 +0000 |
parents | a34826ae0a73 |
children |
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"> |
1
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
2 <description>A tool to compile assembly reports and statistics from assembly pipeline</description> |
0
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 '${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
|
43 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
|
44 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
|
45 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
|
46 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
|
47 hap2: |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
48 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
|
49 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
|
50 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
|
51 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
|
52 |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
53 Curated: |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
54 '${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
|
55 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
|
56 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
|
57 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
|
58 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
|
59 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
|
60 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
|
61 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
|
62 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
|
63 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
|
64 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
|
65 hap2: |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
66 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
|
67 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
|
68 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
|
69 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
|
70 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
|
71 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
|
72 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
|
73 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
|
74 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
|
75 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
|
76 |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
77 #else |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
78 # ASSEMBLY DATA |
1
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
79 ASSEMBLIES: |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
80 Pre-curation: |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
81 '${pre_curation_assembly_data.haplotype_selection}': |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
82 gfastats--nstar-report_txt: '${pre_curation_assembly_data.gfstats_nstar_report_precuration}' |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
83 busco_short_summary_txt: '${pre_curation_assembly_data.busco_short_summary_precuration}' |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
84 merqury_qv: '${pre_curation_assembly_data.mercury_qv_precuration}' |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
85 merqury_completeness_stats: '${pre_curation_assembly_data.merqury_completeness_stats_precuration}' |
0
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
86 |
1
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
87 Curated: |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
88 '${pre_curation_assembly_data.haplotype_selection}': |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
89 gfastats--nstar-report_txt: '${curated_assembly_data.gfstats_nstar_report_curated}' |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
90 busco_short_summary_txt: '${curated_assembly_data.busco_short_summary_curated}' |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
91 merqury_qv: '${curated_assembly_data.mercury_qv_curated}' |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
92 merqury_completeness_stats: '${curated_assembly_data.merqury_completeness_stats_curated}' |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
93 merqury_hap_spectra_cn_png: '${curated_assembly_data.merqury_hap_spectra_cn_curated}' |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
94 merqury_spectra_cn_png: '${curated_assembly_data.merqury_spectra_cn_curated}' |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
95 merqury_spectra_asm_png: '${curated_assembly_data.merqury_spectra_asm_curated}' |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
96 hic_FullMap_png: '${curated_assembly_data.hic_FullMap_curated}' |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
97 hic_FullMap_link: '${curated_assembly_data.hic_FullMap_link_curated}' |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
98 blobplot_cont_png: '${curated_assembly_data.blobplot_cont_curated}' |
0
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
99 #end if |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
100 |
2
a34826ae0a73
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e293d14e82a903a4cab64dd72dfa3f3798466176
bgruening
parents:
1
diff
changeset
|
101 # METHODS DATA |
a34826ae0a73
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e293d14e82a903a4cab64dd72dfa3f3798466176
bgruening
parents:
1
diff
changeset
|
102 PIPELINES: |
a34826ae0a73
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e293d14e82a903a4cab64dd72dfa3f3798466176
bgruening
parents:
1
diff
changeset
|
103 Assembly: |
a34826ae0a73
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e293d14e82a903a4cab64dd72dfa3f3798466176
bgruening
parents:
1
diff
changeset
|
104 #for $repeat in $method_data.assembly_method_info: |
a34826ae0a73
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e293d14e82a903a4cab64dd72dfa3f3798466176
bgruening
parents:
1
diff
changeset
|
105 ${repeat.assembly_tools_info} |
a34826ae0a73
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e293d14e82a903a4cab64dd72dfa3f3798466176
bgruening
parents:
1
diff
changeset
|
106 #end for |
a34826ae0a73
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e293d14e82a903a4cab64dd72dfa3f3798466176
bgruening
parents:
1
diff
changeset
|
107 |
a34826ae0a73
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e293d14e82a903a4cab64dd72dfa3f3798466176
bgruening
parents:
1
diff
changeset
|
108 Curation: |
a34826ae0a73
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e293d14e82a903a4cab64dd72dfa3f3798466176
bgruening
parents:
1
diff
changeset
|
109 #for $repeat in $method_data.curation_method_info: |
a34826ae0a73
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e293d14e82a903a4cab64dd72dfa3f3798466176
bgruening
parents:
1
diff
changeset
|
110 ${repeat.curation_tools_info} |
a34826ae0a73
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e293d14e82a903a4cab64dd72dfa3f3798466176
bgruening
parents:
1
diff
changeset
|
111 #end for |
a34826ae0a73
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e293d14e82a903a4cab64dd72dfa3f3798466176
bgruening
parents:
1
diff
changeset
|
112 |
0
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
113 # CURATION NOTES |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
114 NOTES: |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
115 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
|
116 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
|
117 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
|
118 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
|
119 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
|
120 |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
121 ]]></configfile> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
122 </configfiles> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
123 |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
124 <inputs> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
125 <!-- Input parameters for Sample Information --> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
126 <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
|
127 <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
|
128 <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
|
129 <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
|
130 <option value="XX">XX</option> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
131 <option value="XY">XY</option> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
132 <option value="X0">X0</option> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
133 <option value="ZZ">ZZ</option> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
134 <option value="ZW">ZW</option> |
1
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
135 <option value="NA">NA</option> |
0
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
136 </param> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
137 <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
|
138 <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
|
139 <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
|
140 <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
|
141 <option value="ERGA-Pilot">ERGA-Pilot</option> |
2
a34826ae0a73
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e293d14e82a903a4cab64dd72dfa3f3798466176
bgruening
parents:
1
diff
changeset
|
142 <option value="ERGA-Community">ERGA-Community</option> |
0
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
143 </param> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
144 </section> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
145 |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
146 <!-- 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
|
147 <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
|
148 <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
|
149 <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
|
150 </repeat> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
151 </section> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
152 |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
153 <!-- 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
|
154 <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
|
155 <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
|
156 <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
|
157 </section> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
158 |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
159 <!-- 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
|
160 <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
|
161 <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
|
162 <option value="hap1">hap1</option> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
163 <option value="pri">pri</option> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
164 <option value="collapsed">collapsed</option> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
165 </param> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
166 <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
|
167 <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
|
168 <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
|
169 <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
|
170 <conditional name="hap2_precuration_data"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
171 <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
|
172 <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
|
173 <option value="yes">Yes</option> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
174 </param> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
175 <when value="no"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
176 <when value="yes"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
177 <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
|
178 <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
|
179 <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
|
180 <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
|
181 </when> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
182 </conditional> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
183 </section> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
184 |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
185 <!-- 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
|
186 <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
|
187 <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
|
188 <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
|
189 <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
|
190 <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
|
191 <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
|
192 <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
|
193 <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
|
194 <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
|
195 <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
|
196 <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
|
197 |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
198 <conditional name="hap2_curated_data"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
199 <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
|
200 <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
|
201 <option value="yes">Yes</option> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
202 </param> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
203 <when value="no"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
204 <when value="yes"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
205 <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
|
206 <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
|
207 <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
|
208 <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
|
209 <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
|
210 <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
|
211 <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
|
212 <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
|
213 <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
|
214 <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
|
215 </when> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
216 </conditional> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
217 </section> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
218 |
2
a34826ae0a73
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e293d14e82a903a4cab64dd72dfa3f3798466176
bgruening
parents:
1
diff
changeset
|
219 <!-- Input parameters for Methods data --> |
a34826ae0a73
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e293d14e82a903a4cab64dd72dfa3f3798466176
bgruening
parents:
1
diff
changeset
|
220 <section name="method_data" title="Method Information"> |
a34826ae0a73
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e293d14e82a903a4cab64dd72dfa3f3798466176
bgruening
parents:
1
diff
changeset
|
221 <repeat name='assembly_method_info' title="Specify the method used for Assembly" min="1" default="2"> |
a34826ae0a73
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e293d14e82a903a4cab64dd72dfa3f3798466176
bgruening
parents:
1
diff
changeset
|
222 <param name="assembly_tools_info" type="text" label="Input tool names along with version and paramters used for assembly" optional="False" help="Specify ToolName:Tool_Version/Tool_parameters"/> |
a34826ae0a73
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e293d14e82a903a4cab64dd72dfa3f3798466176
bgruening
parents:
1
diff
changeset
|
223 </repeat> |
a34826ae0a73
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e293d14e82a903a4cab64dd72dfa3f3798466176
bgruening
parents:
1
diff
changeset
|
224 <repeat name='curation_method_info' title="Specify the method used for Curation" min="1" default="2"> |
a34826ae0a73
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e293d14e82a903a4cab64dd72dfa3f3798466176
bgruening
parents:
1
diff
changeset
|
225 <param name="curation_tools_info" type="text" label="Input tool names along with version and paramters used for curation" optional="False" help="Specify ToolName:Tool_Version/Tool_parameters"/> |
a34826ae0a73
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e293d14e82a903a4cab64dd72dfa3f3798466176
bgruening
parents:
1
diff
changeset
|
226 </repeat> |
a34826ae0a73
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e293d14e82a903a4cab64dd72dfa3f3798466176
bgruening
parents:
1
diff
changeset
|
227 </section> |
a34826ae0a73
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e293d14e82a903a4cab64dd72dfa3f3798466176
bgruening
parents:
1
diff
changeset
|
228 |
0
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
229 <!-- Input parameters for Curation notes --> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
230 <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
|
231 <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
|
232 <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
|
233 <option value="XX">XX</option> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
234 <option value="XY">XY</option> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
235 <option value="X0">X0</option> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
236 <option value="ZZ">ZZ</option> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
237 <option value="ZW">ZW</option> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
238 <option value="NA">NA</option> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
239 </param> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
240 <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
|
241 <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
|
242 <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
|
243 </section> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
244 </inputs> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
245 |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
246 <outputs> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
247 <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
|
248 <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
|
249 </outputs> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
250 <tests> |
1
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
251 <!--- Test with 1 haplotypes information--> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
252 <test expect_num_outputs="2"> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
253 <section name="sample_information"> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
254 <param name="tolid" value="xgPhyFlav1"/> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
255 <param name="species_name" value="Phyllidia flava"/> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
256 <param name="species_sex" value="XX"/> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
257 <param name="submitter" value="John Doe"/> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
258 <param name="affiliation" value="Galaxy EU"/> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
259 <param name="tags" value="ERGA-BGE"/> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
260 </section> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
261 <section name="sequencing_data"> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
262 <repeat name="seq_data_info"> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
263 <param name="seq_data" value="HiFi: 40x"/> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
264 </repeat> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
265 <repeat name="seq_data_info"> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
266 <param name="seq_data" value="Bionano: 10x"/> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
267 </repeat> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
268 <repeat name="seq_data_info"> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
269 <param name="seq_data" value="OmniC: 90x"/> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
270 </repeat> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
271 </section> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
272 <section name="genome_profiling_data"> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
273 <param name="genome_scope_summary" value="genomescope_results_summary.txt"/> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
274 <param name="smudge_plot_summary" value="smudgeplot_verbose_summary.txt"/> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
275 </section> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
276 <section name="pre_curation_assembly_data"> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
277 <param name="haplotype_selection" value="hap1"/> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
278 <param name="gfstats_nstar_report_precuration" value="ele_pre.asm1_gfastats.txt"/> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
279 <param name="busco_short_summary_precuration" value="short_summary.specific.mammalia_odb10.pre.asm1.txt"/> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
280 <param name="mercury_qv_precuration" value="ele_pre_merqOutput.qv"/> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
281 <param name="merqury_completeness_stats_precuration" value="ele_pre_merqOutput.completeness.stats"/> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
282 <conditional name="hap2_precuration_data"> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
283 <param name="hap2_exists_precuration" value="no"/> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
284 </conditional> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
285 </section> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
286 <section name="curated_assembly_data"> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
287 <param name="gfstats_nstar_report_curated" value="ele.asm1_post_gfastats.txt"/> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
288 <param name="busco_short_summary_curated" value="short_summary.specific.mammalia_odb10.post.asm1.txt"/> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
289 <param name="mercury_qv_curated" value="ele_post_merqOutput.qv"/> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
290 <param name="merqury_completeness_stats_curated" value="ele_post_merqOutput.completeness.stats"/> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
291 <param name="merqury_hap_spectra_cn_curated" value="ele_post_merqOutput.ele_post.asm1.spectra-cn.ln.png"/> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
292 <param name="merqury_spectra_cn_curated" value="ele_post_merqOutput.spectra-cn.ln.png"/> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
293 <param name="merqury_spectra_asm_curated" value="ele_post_merqOutput.spectra-asm.ln.png"/> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
294 <param name="hic_FullMap_curated" value="pretext_snake1.png"/> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
295 <param name="hic_FullMap_link_curated" value="https://box.fu-berlin.de/apps/files/something"/> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
296 <param name="blobplot_cont_curated" value="blob1.png"/> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
297 <conditional name="hap2_curated_data"> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
298 <param name="hap2_exists_curated" value="no"/> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
299 </conditional> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
300 </section> |
2
a34826ae0a73
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e293d14e82a903a4cab64dd72dfa3f3798466176
bgruening
parents:
1
diff
changeset
|
301 <expand macro="methods_tests"></expand> |
1
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
302 <section name="curation_notes"> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
303 <param name="obs_haploid_num" value="28"/> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
304 <param name="obs_sex" value="XX"/> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
305 <param name="interventions_per_gb" value="2"/> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
306 <param name="contam_notes" value="No presence of contaminants. Mitochondrial genome was removed from the assembly"/> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
307 <param name="other_notes" value="Large collapsed repeat in chr5, haplotypic inversion in chr12"/> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
308 </section> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
309 <output name="EAR_pdf" file="EAR.pdf" ftype="pdf" compare="sim_size"/> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
310 <output name="log" file="EAR_log"/> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
311 </test> |
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
312 <!--- Test with 2 haplotypes information--> |
0
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
313 <test expect_num_outputs="2"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
314 <section name="sample_information"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
315 <param name="tolid" value="xgPhyFlav1"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
316 <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
|
317 <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
|
318 <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
|
319 <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
|
320 <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
|
321 </section> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
322 <section name="sequencing_data"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
323 <repeat name="seq_data_info"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
324 <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
|
325 </repeat> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
326 <repeat name="seq_data_info"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
327 <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
|
328 </repeat> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
329 <repeat name="seq_data_info"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
330 <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
|
331 </repeat> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
332 </section> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
333 <section name="genome_profiling_data"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
334 <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
|
335 <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
|
336 </section> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
337 <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
|
338 <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
|
339 <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
|
340 <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
|
341 <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
|
342 <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
|
343 <conditional name="hap2_precuration_data"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
344 <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
|
345 <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
|
346 <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
|
347 <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
|
348 <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
|
349 </conditional> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
350 </section> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
351 <section name="curated_assembly_data"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
352 <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
|
353 <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
|
354 <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
|
355 <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
|
356 <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
|
357 <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
|
358 <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
|
359 <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
|
360 <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
|
361 <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
|
362 <conditional name="hap2_curated_data"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
363 <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
|
364 <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
|
365 <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
|
366 <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
|
367 <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
|
368 <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
|
369 <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
|
370 <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
|
371 <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
|
372 <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
|
373 <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
|
374 </conditional> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
375 </section> |
2
a34826ae0a73
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e293d14e82a903a4cab64dd72dfa3f3798466176
bgruening
parents:
1
diff
changeset
|
376 <expand macro="methods_tests"></expand> |
0
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
377 <section name="curation_notes"> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
378 <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
|
379 <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
|
380 <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
|
381 <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
|
382 <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
|
383 </section> |
1
b61022e1b807
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit b7f4b9b05946009ced0c4faeadc7acca98a90131
bgruening
parents:
0
diff
changeset
|
384 <output name="EAR_pdf" file="EAR_2.pdf" ftype="pdf" compare="sim_size"/> |
0
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
385 </test> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
386 </tests> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
387 <help><![CDATA[ |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
388 |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
389 .. class:: infomark |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
390 |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
391 **What it does** |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
392 |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
393 **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
|
394 ]]></help> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
395 <expand macro="citations"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
396 <expand macro="creator"/> |
8c99976de71e
planemo upload for repository https://github.com/ERGA-consortium/EARs/tree/main commit e9db2e88e55a442d7f8fdb5e8e86330410d2e92d
bgruening
parents:
diff
changeset
|
397 </tool> |