# HG changeset patch
# User bgruening
# Date 1731320816 0
# Node ID b10f7688d14c341fe571bc8298dfedfce697bee7
# Parent 94cc7ef2586726f7cb6d85a4c1b4137c6b60f988
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/infernal commit 09c1d4ab75f5cd057ed57bf694217f0e355f785e
diff -r 94cc7ef25867 -r b10f7688d14c cmalign.xml
--- a/cmalign.xml Thu Sep 23 19:38:15 2021 +0000
+++ b/cmalign.xml Mon Nov 11 10:26:56 2024 +0000
@@ -3,9 +3,9 @@
macros.xml
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -105,8 +86,11 @@
-
+
+
+
+
-
+
+
+
+
@@ -189,6 +176,18 @@
+
+
+
+
+
+
+
+
macros.xml
+
-
align with the CYK algorithm
-
-
-
+
+
+
+
@@ -325,7 +328,7 @@
-
+
@@ -338,7 +341,7 @@
-
+
@@ -422,8 +425,7 @@
cmbuild uses an ad hoc sequence weighting algorithm to downweight closely related sequences and upweight distantly related ones. This has the effect of making models less biased by uneven phylogenetic representation. For example, two identical sequences would typically each receive half the weight that one sequence would. These options control which algorithm gets used.
- - *--wgb*: Use the Henikoff position-based sequence weighting scheme [Henikoff
-and Henikoff, J. Mol. Biol. 243:574, 1994]. This is the default.
+ - *--wgb*: Use the Henikoff position-based sequence weighting scheme [Henikoff and Henikoff, J. Mol. Biol. 243:574, 1994]. This is the default.
- *--wgsc*: Use the Gerstein/Sonnhammer/Chothia weighting algorithm [Gerstein et al, J. Mol. Biol. 235:1067, 1994].
- *--wnone*: Turn sequence weighting off; e.g. explicitly set all sequence weights to 1.0.
- *--wgiven*: Use sequence weights as given in annotation in the input alignment file. If no weights were given, assume they are all 1.0. The default is to determine new sequence weights by the Gerstein/Sonnhammer/Chothia algorithm, ignoring any annotated weights.
diff -r 94cc7ef25867 -r b10f7688d14c cmpress.xml
--- a/cmpress.xml Thu Sep 23 19:38:15 2021 +0000
+++ b/cmpress.xml Mon Nov 11 10:26:56 2024 +0000
@@ -1,47 +1,27 @@
-
+
Prepare a covariance model database for cmscan
macros.xml
+
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -58,7 +38,16 @@
+
+
+
+
+
+
+
+
+
-
+
\ No newline at end of file
diff -r 94cc7ef25867 -r b10f7688d14c cmscan.xml
--- a/cmscan.xml Thu Sep 23 19:38:15 2021 +0000
+++ b/cmscan.xml Mon Nov 11 10:26:56 2024 +0000
@@ -3,19 +3,21 @@
macros.xml
+
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
diff -r 94cc7ef25867 -r b10f7688d14c cmsearch.xml
--- a/cmsearch.xml Thu Sep 23 19:38:15 2021 +0000
+++ b/cmsearch.xml Mon Nov 11 10:26:56 2024 +0000
@@ -4,9 +4,9 @@
macros.xml
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -241,7 +225,7 @@
-
+
@@ -249,6 +233,14 @@
+
+
+
+
+
+
+
+
diff -r 94cc7ef25867 -r b10f7688d14c cmstat.xml
--- a/cmstat.xml Thu Sep 23 19:38:15 2021 +0000
+++ b/cmstat.xml Mon Nov 11 10:26:56 2024 +0000
@@ -3,9 +3,9 @@
macros.xml
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -61,6 +44,19 @@
+
+
+
+
+
+
+
- infernal
- infernal
- coreutils
+ infernal
+ coreutils
- 1.1.4
+ 1.1.5
0
infernal
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r 94cc7ef25867 -r b10f7688d14c test-data/infernal.loc
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/infernal.loc Mon Nov 11 10:26:56 2024 +0000
@@ -0,0 +1,21 @@
+#This is a sample file distributed with Galaxy that is used to define a
+#list of infernal covariance models, using three columns tab separated
+#(longer whitespace are TAB characters):
+#
+#The entries are as follows:
+#
+#
+#
+#Your infernal.loc file should include an entry per line for each "base name"
+#you have stored. For example:
+#
+#rfam01 RFAM 4.2 08 Aug 2013 /data/0/galaxy_data/infernal/08_08_2013/rfam.cm
+#
+#...etc...
+#
+
+cmstat_input.cm Test case: cmstat_input ${__HERE__}/cmstat_input.cm
+cmsearch_input1.cm Test case: cmsearch_input1 ${__HERE__}/cmsearch_input1.cm
+minifam.cm Test case: minifam.cm ${__HERE__}/minifam.cm
+cmpress_input_minifam.cm Test case: cmpress_input_minifam.cm ${__HERE__}/cmpress_input_minifam.cm
+cmalign_input2_tRNA5.c.cm Test case: cmalign_input2_tRNA5.c.cm ${__HERE__}/cmalign_input2_tRNA5.c.cm
diff -r 94cc7ef25867 -r b10f7688d14c test-data/test_cmscan.tabular
--- a/test-data/test_cmscan.tabular Thu Sep 23 19:38:15 2021 +0000
+++ b/test-data/test_cmscan.tabular Mon Nov 11 10:26:56 2024 +0000
@@ -5,11 +5,11 @@
Cobalamin RF00174 AAFY01022046.1 - cm 32 191 934 832 - 5' 2 0.48 0.0 30.0 6.1e-09 ! Cobalamin riboswitch
#
# Program: cmscan
-# Version: 1.1.4 (Dec 2020)
+# Version: 1.1.5 (Sep 2023)
# Pipeline mode: SCAN
-# Query file: /tmp/tmp6jwp47cs/files/a/6/f/dataset_a6fe922b-72aa-4753-b4dd-cd3c716a4ae5.dat
+# Query file: /tmp/tmpst0r7qh9/files/7/3/7/dataset_7373cb0d-0d12-49b5-96e0-e1aabaa6db38.dat
# Target file: cmdb.cm
-# Option settings: cmscan -o /dev/null --tblout $temp_tabular_output --default --cpu 1 cmdb.cm /tmp/tmp6jwp47cs/files/a/6/f/dataset_a6fe922b-72aa-4753-b4dd-cd3c716a4ae5.dat
-# Current dir: /tmp/tmp6jwp47cs/job_working_directory/000/13/working
-# Date: Thu Sep 23 15:21:39 2021
+# Option settings: cmscan -o /dev/null --tblout $temp_tabular_output --default --cpu 1 cmdb.cm /tmp/tmpst0r7qh9/files/7/3/7/dataset_7373cb0d-0d12-49b5-96e0-e1aabaa6db38.dat
+# Current dir: /tmp/tmpst0r7qh9/job_working_directory/000/4/working
+# Date: Thu Oct 17 11:28:32 2024
# [ok]
diff -r 94cc7ef25867 -r b10f7688d14c tool_data_table_conf.xml.sample
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_data_table_conf.xml.sample Mon Nov 11 10:26:56 2024 +0000
@@ -0,0 +1,7 @@
+
+
+
+
\ No newline at end of file
diff -r 94cc7ef25867 -r b10f7688d14c tool_data_table_conf.xml.test
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_data_table_conf.xml.test Mon Nov 11 10:26:56 2024 +0000
@@ -0,0 +1,7 @@
+
+
+
+
\ No newline at end of file