# HG changeset patch # User bgruening # Date 1721747338 0 # Node ID c46da2ded2aedc44c6a2e299f43cd7e69e3a1231 # Parent a2e1a3d9930abaa8f3a6f951af72fea7377e671c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/cpat commit a447bd0404d45c185c4410dc9620e970d6995925 diff -r a2e1a3d9930a -r c46da2ded2ae cpat.xml --- a/cpat.xml Wed Feb 01 19:21:54 2023 +0000 +++ b/cpat.xml Tue Jul 23 15:08:58 2024 +0000 @@ -1,22 +1,25 @@ coding potential assessment - 3.0.4 - 0 + 3.0.5 + 1 cpat cpat --version './hexamer.tsv' && @@ -24,7 +27,7 @@ -x './hexamer.tsv' -c './conding_sequences.${cod_ext}' -n './nonconding_sequences.${ncod_ext}' - -r './referece.${ref_ext}' + -r './referece.fasta' --start='${start}' --stop='${stop}' --min-orf=$min_orf_model @@ -46,9 +49,22 @@ - - - + + + + + + + + + + + + + + + + @@ -82,7 +98,10 @@ - + + + + @@ -114,7 +133,10 @@ - + + + + @@ -144,6 +166,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +# +#So, all_fasta.loc could look something like this: +test1 "Test Genome" ${__HERE__}/test1.fasta.gz \ No newline at end of file diff -r a2e1a3d9930a -r c46da2ded2ae test-data/test03_no_orgs.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/test03_no_orgs.txt Tue Jul 23 15:08:58 2024 +0000 @@ -0,0 +1,1 @@ +ENST00000637839.1 diff -r a2e1a3d9930a -r c46da2ded2ae tool-data/all_fasta.loc.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool-data/all_fasta.loc.sample Tue Jul 23 15:08:58 2024 +0000 @@ -0,0 +1,10 @@ +#This file lists the locations and dbkeys of all the fasta files +#under the "genome" directory (a directory that contains a directory +#for each build). The script extract_fasta.py will generate the file +#all_fasta.loc. This file has the format (white space characters are +#TAB characters): +# +# +# +#So, all_fasta.loc could look something like this: +#test1 Test-Genome ./test-data/test1.fa.gz \ No newline at end of file diff -r a2e1a3d9930a -r c46da2ded2ae tool_data_table_conf.xml.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Tue Jul 23 15:08:58 2024 +0000 @@ -0,0 +1,7 @@ + + + + value, name, path + +
+
\ No newline at end of file diff -r a2e1a3d9930a -r c46da2ded2ae tool_data_table_conf.xml.test --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.test Tue Jul 23 15:08:58 2024 +0000 @@ -0,0 +1,8 @@ + + + + + value, name, path + +
+
\ No newline at end of file