# HG changeset patch # User iuc # Date 1496836433 14400 # Node ID 1a1ec22a7e28d8f6a8537916908407507be59b21 # Parent 1d8ad7599f02372231500e711514f4f196a47b80 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transtermhp commit 581d451609b919893ba53d104a5bcf2e9e565d1d diff -r 1d8ad7599f02 -r 1a1ec22a7e28 all_fasta.loc.sample --- a/all_fasta.loc.sample Fri Oct 09 09:40:48 2015 -0400 +++ b/all_fasta.loc.sample Wed Jun 07 07:53:53 2017 -0400 @@ -4,13 +4,13 @@ #all_fasta.loc. This file has the format (white space characters are #TAB characters): # -# +# # #So, all_fasta.loc could look something like this: # -#apiMel3 apiMel3 Honeybee (Apis mellifera): apiMel3 /path/to/genome/apiMel3/apiMel3.fa -#hg19canon hg19 Human (Homo sapiens): hg19 Canonical /path/to/genome/hg19/hg19canon.fa -#hg19full hg19 Human (Homo sapiens): hg19 Full /path/to/genome/hg19/hg19full.fa +#apiMel3 apiMel3 Honeybee (Apis mellifera): apiMel3 /path/to/genome/apiMel3/apiMel3.fa +#hg19canon hg19 Human (Homo sapiens): hg19 Canonical /path/to/genome/hg19/hg19canon.fa +#hg19full hg19 Human (Homo sapiens): hg19 Full /path/to/genome/hg19/hg19full.fa # #Your all_fasta.loc file should contain an entry for each individual #fasta file. So there will be multiple fasta files for each build, diff -r 1d8ad7599f02 -r 1a1ec22a7e28 macros.xml --- a/macros.xml Fri Oct 09 09:40:48 2015 -0400 +++ b/macros.xml Wed Jun 07 07:53:53 2017 -0400 @@ -3,8 +3,9 @@ transtermhp - biopython - bcbiogff + biopython + bcbiogff + python diff -r 1d8ad7599f02 -r 1a1ec22a7e28 tool_data_table_conf.xml.sample --- a/tool_data_table_conf.xml.sample Fri Oct 09 09:40:48 2015 -0400 +++ b/tool_data_table_conf.xml.sample Wed Jun 07 07:53:53 2017 -0400 @@ -1,7 +1,7 @@ - +
value, dbkey, name, path
diff -r 1d8ad7599f02 -r 1a1ec22a7e28 tool_dependencies.xml --- a/tool_dependencies.xml Fri Oct 09 09:40:48 2015 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff -r 1d8ad7599f02 -r 1a1ec22a7e28 transtermhp.py --- a/transtermhp.py Fri Oct 09 09:40:48 2015 -0400 +++ b/transtermhp.py Wed Jun 07 07:53:53 2017 -0400 @@ -1,10 +1,14 @@ #!/usr/bin/env python -import sys import re import subprocess -from Bio import SeqIO +import sys + from BCBio import GFF -from Bio.SeqFeature import SeqFeature, FeatureLocation +from Bio import SeqIO +from Bio.SeqFeature import ( + FeatureLocation, + SeqFeature +) def main(expterm, fasta, gff3): @@ -65,6 +69,7 @@ rec.features.append(feature) yield rec + if __name__ == '__main__': for record in main(*sys.argv[1:4]): GFF.write([record], sys.stdout) diff -r 1d8ad7599f02 -r 1a1ec22a7e28 transtermhp.xml --- a/transtermhp.xml Fri Oct 09 09:40:48 2015 -0400 +++ b/transtermhp.xml Wed Jun 07 07:53:53 2017 -0400 @@ -1,27 +1,26 @@ - - - finds rho-independent transcription terminators in bacterial genomes - - macros.xml - - - - + finds rho-independent transcription terminators in bacterial genomes + + macros.xml + + + + $output]]> +'$input_gff3' +> '$output' + ]]> @@ -54,19 +53,19 @@ This is a TODO item that would be nice to get around to eventually (perhaps when a user demands it.) --> - - - - - - - - - - - - - + + + + + + + + + + + +