# HG changeset patch
# User iuc
# Date 1658913939 0
# Node ID 8e2d21da614234c67376220e85472c404ac87d33
# Parent 7d04d227b143131b56fbed698ad14e7b57b1cbda
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/yahs commit 73f497e595363dea7f041a4374c3a9518e7b9862
diff -r 7d04d227b143 -r 8e2d21da6142 yahs.xml
--- a/yahs.xml Tue Jul 12 06:38:36 2022 +0000
+++ b/yahs.xml Wed Jul 27 09:25:39 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 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+