Repository 'long_reads_sampling'
hg clone https://toolshed.g2.bx.psu.edu/repos/petr-novak/long_reads_sampling

Changeset 4:060fc04af21c (2023-12-08)
Previous changeset 3:9819570dc020 (2023-12-08)
Commit message:
planemo upload for repository https://github.com/kavonrtep/galaxy_tools commit dcff0045d0b212ebc5c4bef6a824bdbd3bb16ac3
modified:
long2short.xml
long_reads_sampling.xml
added:
__pycache__/long2short.cpython-36.pyc
b
diff -r 9819570dc020 -r 060fc04af21c __pycache__/long2short.cpython-36.pyc
b
Binary file __pycache__/long2short.cpython-36.pyc has changed
b
diff -r 9819570dc020 -r 060fc04af21c long2short.xml
--- a/long2short.xml Fri Dec 08 11:24:06 2023 +0000
+++ b/long2short.xml Fri Dec 08 13:11:02 2023 +0000
[
@@ -3,6 +3,10 @@
     <requirement type="package">biopython</requirement>
     <requirement type="package" version="3.6">python</requirement>
   </requirements>
+  <required_files>
+    <include type="literal" path="long2short.py"/>
+    <include type="literal" path="long_reads_sampling.py"/>
+  </required_files>
   <command detect_errors="exit_code"><![CDATA[
   python3 $__tool_directory__/long2short.py -i "$input1" -o "$output1" -cov ${coverage} -L ${insert_length} -l ${read_length}
   ]]></command>
b
diff -r 9819570dc020 -r 060fc04af21c long_reads_sampling.xml
--- a/long_reads_sampling.xml Fri Dec 08 11:24:06 2023 +0000
+++ b/long_reads_sampling.xml Fri Dec 08 13:11:02 2023 +0000
[
@@ -5,6 +5,7 @@
   </requirements>
   <required_files>
     <include type="literal" path="long2short.py"/>
+    <include type="literal" path="long_reads_sampling.py"/>
   </required_files>
   <command detect_errors="exit_code"><![CDATA[
   python3 $__tool_directory__/long_reads_sampling.py -i "$input1" -o "$output1" -l ${total_length} -s ${seed}