# HG changeset patch
# User bgruening
# Date 1677260061 0
# Node ID da9d8bf98802dbe916755c9a4d2b1a88fbc4318d
# Parent cd7936c5a9a53b6819597dcf64610d4e3a802482
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hifiasm commit 2bb01c64e79df856fbcb12afde62f7c14a5f59fa
diff -r cd7936c5a9a5 -r da9d8bf98802 hifiasm.xml
--- a/hifiasm.xml Thu Feb 23 22:34:21 2023 +0000
+++ b/hifiasm.xml Fri Feb 24 17:34:21 2023 +0000
@@ -2,7 +2,7 @@
haplotype-resolved de novo assembler for PacBio Hifi reads
0.18.8
- 0
+ 1
fasta,fasta.gz,fastq,fastq.gz
@@ -150,7 +150,12 @@
#if $log_out:
2> output.log
#end if
- && mkdir noseq_files && mv *.noseq.gfa noseq_files
+
+ && mkdir noseq_files && mv *.noseq.gfa noseq_files
+
+ #if $bins_out:
+ && mkdir bin_files && mv *.bin bin_files
+ #end if
]]>
@@ -268,7 +273,8 @@
-
+
+
@@ -320,13 +326,17 @@
mode['mode_selector'] == 'trio' and hic_partition['hic_partition_selector'] == 'set'
-
+
log_out
+
+ bins_out
+
+
@@ -496,7 +506,7 @@
-
+
@@ -509,7 +519,7 @@
-
+
@@ -522,6 +532,14 @@
+
+
+
+
+
+
+
+