# HG changeset patch # User iuc # Date 1769336527 0 # Node ID bded6226d5030ce757d6ff9ceba50c33dfcc0490 # Parent e9bd16ba5ebdb27e1354cf95b0cc2b933a8cb09d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/purge_dups commit eb64803a7b418d1a02a508920f63449f1669f073 diff -r e9bd16ba5ebd -r bded6226d503 macros.xml --- a/macros.xml Mon Jun 06 07:49:11 2022 +0000 +++ b/macros.xml Sun Jan 25 10:22:07 2026 +0000 @@ -1,6 +1,6 @@ 1.2.6 - 0 + 1 purge_dups diff -r e9bd16ba5ebd -r bded6226d503 purge_dups.xml --- a/purge_dups.xml Mon Jun 06 07:49:11 2022 +0000 +++ b/purge_dups.xml Sun Jan 25 10:22:07 2026 +0000 @@ -38,7 +38,12 @@ > dups.bed 2> purge_dups.log #else if $function_select.functions == 'split_fa': split_fa - '${function_select.input}' > split.fasta + '${function_select.input}' + #if $function_select.input.is_of_type('fasta.gz'): + | gzip > split.fasta.gz + #else: + > split.fasta + #end if #else if $function_select.functions == 'pbcstat': #for $i, $file in enumerate($function_select.input): #if $file.is_of_type('paf'): @@ -87,6 +92,9 @@ -m $function_select.advanced_options.min_ratio -g $function_select.advanced_options.min_gap '${function_select.bed_input}' '${function_select.fasta_input}' + #if $function_select.fasta_input.is_of_type('fasta.gz'): + && gzip hap.fa && gzip purged.fa + #end if #end if ]]> @@ -197,7 +205,7 @@ - +
- + function_select['functions'] == 'get_seqs' - + function_select['functions'] == 'get_seqs' - + function_select['functions'] == 'split_fa' @@ -332,6 +340,14 @@ + + + + + + + + @@ -342,7 +358,7 @@ - +
@@ -370,7 +386,7 @@ - +
@@ -379,8 +395,8 @@
+ - @@ -396,8 +412,8 @@ + - @@ -417,8 +433,8 @@ + - @@ -445,18 +461,37 @@
- + - + - - + +
+ + + + + + +
+ + + + + + + +
+
+ + +
@@ -467,7 +502,7 @@ - +
@@ -479,10 +514,9 @@
-
+ - diff -r e9bd16ba5ebd -r bded6226d503 test-data/assembly_test.fasta.gz Binary file test-data/assembly_test.fasta.gz has changed diff -r e9bd16ba5ebd -r bded6226d503 test-data/get_seqs_hap_10.fa.gz Binary file test-data/get_seqs_hap_10.fa.gz has changed diff -r e9bd16ba5ebd -r bded6226d503 test-data/get_seqs_purged_10.fa.gz Binary file test-data/get_seqs_purged_10.fa.gz has changed diff -r e9bd16ba5ebd -r bded6226d503 test-data/split_04.fasta.gz Binary file test-data/split_04.fasta.gz has changed diff -r e9bd16ba5ebd -r bded6226d503 test-data/split_out.fasta.gz Binary file test-data/split_out.fasta.gz has changed