Repository 'cpt_convert_mga'
hg clone https://toolshed.g2.bx.psu.edu/repos/cpt/cpt_convert_mga

Changeset 11:4738b01e6dc0 (2023-07-22)
Previous changeset 10:4100ee965124 (2023-06-05) Next changeset 12:9c03867832fc (2023-07-22)
Commit message:
planemo upload commit 6b8ff0845821619e8328feb8606a33a6dfc1dc28
modified:
cpt_convert_mga_to_gff3.xml
added:
tool_data_table_conf.xml.sample
b
diff -r 4100ee965124 -r 4738b01e6dc0 cpt_convert_mga_to_gff3.xml
--- a/cpt_convert_mga_to_gff3.xml Mon Jun 05 02:40:41 2023 +0000
+++ b/cpt_convert_mga_to_gff3.xml Sat Jul 22 17:12:15 2023 +0000
[
@@ -7,7 +7,6 @@
     <expand macro="requirements"/>
     <command detect_errors="aggressive"><![CDATA[
 @GENOME_SELECTOR_PRE@
-
 python '$__tool_directory__/cpt_convert_mga_to_gff3.py'
 '$mga'
 @GENOME_SELECTOR@
b
diff -r 4100ee965124 -r 4738b01e6dc0 tool_data_table_conf.xml.sample
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_data_table_conf.xml.sample Sat Jul 22 17:12:15 2023 +0000
b
@@ -0,0 +1,8 @@
+<!-- not a real sample -->
+<tables>
+    <!-- Locations of all fasta files under genome directory -->
+    <table name="all_fasta" comment_char="#">
+        <columns>value, dbkey, name, path</columns>
+        <file path="tool-data/all_fasta.loc" />
+    </table>
+</tables>
\ No newline at end of file