# HG changeset patch # User iuc # Date 1626604480 0 # Node ID 64a1c751d99bc43ab646a2b868f61136e251058c # Parent 7c2f5268d01c7d2293200233ede569236aa1698d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/novoplasty commit de6983a7051906335902c024710783551912d292" diff -r 7c2f5268d01c -r 64a1c751d99b novoplasty.xml --- a/novoplasty.xml Fri Oct 09 17:45:30 2020 +0000 +++ b/novoplasty.xml Sun Jul 18 10:34:40 2021 +0000 @@ -3,7 +3,7 @@ de novo assembler for short circular genomes 4.2 - 0 + 1 @@ -34,42 +34,52 @@ Project: ----------------------- Project name = result -Type = ${type_cond.type_sel} -Genome Range = ${type_cond.genome_range_min}-${type_cond.genome_range_max} -K-mer = ${kmer} +Type = ${assembly_options.type_cond.type_sel} +Genome Range = ${assembly_options.type_cond.genome_range_min}-${assembly_options.type_cond.genome_range_max} +K-mer = ${assembly_options.kmer} Max memory = Extended log = 1 -Save assembled reads = ${save_assembled_reads} +Save assembled reads = ${optional.save_assembled_reads} Seed Input = ${seed_input} -Extend seed directly = ${extend_seed_directly} -Reference sequence = #if $reference then $reference else ''# -Variance detection = #if $platform_cond.platform_sel == 'illumina' and $platform_cond.mode_cond.mode_sel == 'variance' then 'yes' else ''# -Heteroplasmy = -MAF = #if $platform_cond.platform_sel == 'illumina' and $platform_cond.mode_cond.mode_sel == 'heteroplasmy' then $platform_cond.mode_cond.maf else ''# -HP exclude list = -Chloroplast sequence = #if $type_cond.type_sel == 'mito_plant' and $type_cond.chloroplast_sequence then $type_cond.chloroplast_sequence else ''# +Extend seed directly = ${assembly_options.extend_seed_directly} +Reference sequence = #if $reference_cond.use_reference == 'true' and $reference_cond.reference then $reference_cond.reference else ''# +Variance detection = #if $reference_cond.use_reference == 'true' then $reference_cond.variance_detection else ''# +Chloroplast sequence = #if $assembly_options.type_cond.type_sel == 'mito_plant' and $assembly_options.type_cond.chloroplast_sequence then $assembly_options.type_cond.chloroplast_sequence else ''# Dataset 1: ----------------------- -Read Length = ${read_length} -Insert size = ${insert_size} -Platform = ${$platform_cond.platform_sel} -Single/Paired = ${single_paired} +Read Length = ${read_options.read_length} +Insert size = ${read_options.insert_size} +Platform = ${read_options.platform} +Single/Paired = PE Combined reads = #if $reads_cond.reads_sel == 'combined' then 'combined.'+$reads_cond.combined_reads.datatype.file_ext else ''# Forward reads = #if $reads_cond.reads_sel == 'separate' then 'forward.'+$reads_cond.forward_reads.datatype.file_ext else ''# Reverse reads = #if $reads_cond.reads_sel == 'separate' then 'reverse.'+$reads_cond.reverse_reads.datatype.file_ext else ''# +Heteroplasmy: +----------------------- +MAF = #if $reference_cond.use_reference == 'true' and $reference_cond.heteroplasmy_cond.detect_heteroplasmy == 'true' then $reference_cond.heteroplasmy_cond.maf else ''# +HP exclude list = ## option not available +PCR-free = #if $reference_cond.use_reference == 'true' and $reference_cond.heteroplasmy_cond.detect_heteroplasmy == 'true' then $reference_cond.heteroplasmy_cond.pcr_free else ''# + Optional: ----------------------- -Insert size auto = ${insert_size_auto} -Use Quality Scores = ${use_quality_scores} +Insert size auto = ${optional.insert_size_auto} +Insert Range = ${optional.insert_range} +Insert Range strict = ${optional.insert_range_strict} +Use Quality Scores = ${optional.use_quality_scores} ]]> + - + - + @@ -81,186 +91,147 @@ - - - - - + + + + - - - - - - + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
+ + + + + + +
+
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + +
+ - - + + +
- - 'c' in out - + - 'ct' in out + out and 'cont_tmp' in out - - 'mc' in out - - - - 'cc' in out - + + + - 'ar' in out + optional['save_assembled_reads'] == True - 'ar' in out + optional['save_assembled_reads'] == True - - 'ua' in out - - - 'ca' in out - + + - 'illumina' == platform_cond['platform_sel'] and 'variance' == platform_cond['mode_cond']['mode_sel'] and 'v' in out + reference_cond['use_reference'] == 'true' and reference_cond['variance_detection'] == True - 'heteroplasmy' == platform_cond['mode_cond']['mode_sel'] and 'h' in out + reference_cond['use_reference'] == 'true' and reference_cond['heteroplasmy_cond']['detect_heteroplasmy'] == 'true' - 'heteroplasmy' == platform_cond['mode_cond']['mode_sel'] and 'ha' in out + reference_cond['use_reference'] == 'true' and reference_cond['heteroplasmy_cond']['detect_heteroplasmy'] == 'true' - 'heteroplasmy' == platform_cond['mode_cond']['mode_sel'] and 'lth' in out + reference_cond['use_reference'] == 'true' and reference_cond['heteroplasmy_cond']['detect_heteroplasmy'] == 'true' - 'heteroplasmy' == platform_cond['mode_cond']['mode_sel'] and 'pn' in out + reference_cond['use_reference'] == 'true' and reference_cond['heteroplasmy_cond']['detect_heteroplasmy'] == 'true' - 'heteroplasmy' == platform_cond['mode_cond']['mode_sel'] and 'pna' in out + reference_cond['use_reference'] == 'true' and reference_cond['heteroplasmy_cond']['detect_heteroplasmy'] == 'true' - 'heteroplasmy' == platform_cond['mode_cond']['mode_sel'] and 'ltn' in out + reference_cond['use_reference'] == 'true' and reference_cond['heteroplasmy_cond']['detect_heteroplasmy'] == 'true' - 'heteroplasmy' == platform_cond['mode_cond']['mode_sel'] and 'cm' in out + reference_cond['use_reference'] == 'true' and reference_cond['heteroplasmy_cond']['detect_heteroplasmy'] == 'true' - 'heteroplasmy' == platform_cond['mode_cond']['mode_sel'] and 'cl' in out + reference_cond['use_reference'] == 'true' and reference_cond['heteroplasmy_cond']['detect_heteroplasmy'] == 'true' - 'l' in out + out and 'log' in out - 'el' in out + out and 'extended_log' in out - 'config' in out + out and 'config' in out - + - - + + - - - +
+ + + +
- - - - - - - - - - - - - - - - - - - @@ -270,54 +241,42 @@
- + - - - - - - - - - - - - - +
+ + + + + +
+
+ + +
+
+ + +
+
+ + +
+ - - - - - - - - - - - - - - - - - - - + - - + @@ -333,64 +292,50 @@ - +
- + - - - - - +
+ +
+
+ + + + +
+ + + + - - - - + - - - - - - - - - - - - - - - - - - - - + - + @@ -408,50 +353,37 @@ - +
- + - - - - - - - +
+ +
+
+ + + +
- - - - - - - - - - - - - - - + @@ -461,23 +393,25 @@
- + - - - - - + + + + + - - - +
+ + + +
@@ -489,18 +423,6 @@ - - - - - - - - - - - - @@ -550,38 +472,26 @@
- + - - - +
+ + + +
- - - - - - - - - - - - - - - + @@ -591,17 +501,60 @@
- + - - - - + + + +
+ + + + +
+ + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + +
+ + + +
@@ -610,27 +563,120 @@ - - - - - - - - - - - - - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
+ + + +
+
+ + +
+ + + + + + + + + + + + + + + +
+ + + + + + + +
+ + + +
+
+ +
+ + + + + + + + + + + + +