Skip to content

Commit

Permalink
[factor] v1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ChocoParrot committed Sep 14, 2021
1 parent dd11d77 commit 4ae0cd8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="orffinder",
version="1.6",
version="1.7",
author="ChocoParrot",
author_email="[email protected]",
description="Open Reading Frame finder natively coded in Python.",
Expand Down
2 changes: 1 addition & 1 deletion src/cline_tools/help_pages/orffinder-to-gff3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ USAGE
[-attr_name string]

DESCRIPTION
ORFFinder Python v1.6
ORFFinder Python v1.7

PARAMETERS
[-h]
Expand Down
2 changes: 1 addition & 1 deletion src/cline_tools/help_pages/orffinder-to-gtf.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ USAGE
[-attr_name string]

DESCRIPTION
ORFFinder Python v1.6
ORFFinder Python v1.7

PARAMETERS
[-h]
Expand Down
2 changes: 1 addition & 1 deletion src/cline_tools/help_pages/orffinder-to-sequence.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ USAGE
[-attr_name string] [-outtype protein/nucleotide]

DESCRIPTION
ORFFinder Python v1.6
ORFFinder Python v1.7

PARAMETERS
[-h]
Expand Down
2 changes: 1 addition & 1 deletion src/cline_tools/orffinder-to-gff3
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ try:
open(classed_arguments["out"], "w+").write(full_output)

except:
print("USAGE\n orffinder-to-gff3 [-in input] [-infmt format] [-out output] [-orf_size int]\n [-remove_nested boolean] [-trim_trailing boolean] [-max_orfs_per_sequence int]\n [-attr_name string]\n\nDESCRIPTION\n ORFFinder Python v1.6\n\nUse '-help' to print detailed descriptions of command line arguments\n========================================================================")
print("USAGE\n orffinder-to-gff3 [-in input] [-infmt format] [-out output] [-orf_size int]\n [-remove_nested boolean] [-trim_trailing boolean] [-max_orfs_per_sequence int]\n [-attr_name string]\n\nDESCRIPTION\n ORFFinder Python v1.7\n\nUse '-help' to print detailed descriptions of command line arguments\n========================================================================")
2 changes: 1 addition & 1 deletion src/cline_tools/orffinder-to-gtf
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ try:
open(classed_arguments["out"], "w+").write(full_output)

except:
print("USAGE\n orffinder-to-gtf [-in input] [-infmt format] [-out output] [-orf_size int]\n [-remove_nested boolean] [-trim_trailing boolean] [-max_orfs_per_sequence int]\n [-attr_name string]\n\nDESCRIPTION\n ORFFinder Python v1.6\n\nUse '-help' to print detailed descriptions of command line arguments\n========================================================================")
print("USAGE\n orffinder-to-gtf [-in input] [-infmt format] [-out output] [-orf_size int]\n [-remove_nested boolean] [-trim_trailing boolean] [-max_orfs_per_sequence int]\n [-attr_name string]\n\nDESCRIPTION\n ORFFinder Python v1.7\n\nUse '-help' to print detailed descriptions of command line arguments\n========================================================================")
2 changes: 1 addition & 1 deletion src/cline_tools/orffinder-to-sequence
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ try:
SeqIO.write(output, classed_arguments["out"], classed_arguments["outfmt"])

except:
print("USAGE\n orffinder-to-sequence [-in input] [-infmt format] [-out output] [-outfmt format] [-orf_size int]\n [-remove_nested boolean] [-trim_trailing boolean] [-max_orfs_per_sequence int]\n [-attr_name string] [-outtype protein/nucleotide]\n\nDESCRIPTION\n ORFFinder Python v1.6\n\nUse '-help' to print detailed descriptions of command line arguments\n========================================================================")
print("USAGE\n orffinder-to-sequence [-in input] [-infmt format] [-out output] [-outfmt format] [-orf_size int]\n [-remove_nested boolean] [-trim_trailing boolean] [-max_orfs_per_sequence int]\n [-attr_name string] [-outtype protein/nucleotide]\n\nDESCRIPTION\n ORFFinder Python v1.7\n\nUse '-help' to print detailed descriptions of command line arguments\n========================================================================")

0 comments on commit 4ae0cd8

Please sign in to comment.