# HG changeset patch
# User iuc
# Date 1658913978 0
# Node ID fc925f53cae79b52abd28732c1216240aad69109
# Parent a3a92e30a7272696efdfa63f1b945c46f5806964
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/yahs commit 73f497e595363dea7f041a4374c3a9518e7b9862
diff -r a3a92e30a727 -r fc925f53cae7 yahs.xml
--- a/yahs.xml Tue Jul 12 06:39:08 2022 +0000
+++ b/yahs.xml Wed Jul 27 09:26:18 2022 +0000
@@ -2,7 +2,7 @@
yet another HI-C scaffolding tool1.2a
- 0
+ 1yahs
@@ -53,8 +53,11 @@
#end if
$function.no_contig_ec
$function.no_scaffold_ec
- -o yahs_out &&
- ls -lah &&
+ -o yahs_out
+ #if $log_out
+ 2> output.log
+ #end if
+ && ls -lah &&
python '$__tool_directory__/move_files.py'
&& ls -lah ./*
#else:
@@ -65,6 +68,9 @@
-l $function.length
#end if
-o output.fasta
+ #if $log_out:
+ 2> output.log
+ #end if
#end if
]]>
@@ -85,11 +91,11 @@
The enzyme frequency in contigs is used to normalize the Hi-C interaction frequency. Note that you need to specify the actual
sequence of the cutting site for a restriction enzyme and not the enzyme name. You can also specify DNASE as an enzyme if you
use an enzyme-free prep, e.g. Omin-C.">
-
+
-
+
@@ -115,6 +121,7 @@
+
@@ -140,6 +147,9 @@
function['function_select'] == "agp_to_fasta"
+
+ log_out
+
@@ -215,7 +225,25 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+