Skip to content

Commit

Permalink
[refactor] version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ChocoParrot committed Sep 14, 2021
1 parent 1558690 commit dd11d77
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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.5
ORFFinder Python v1.6

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.5
ORFFinder Python v1.6

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.5
ORFFinder Python v1.6

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.5\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.6\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.5\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.6\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.5\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.6\n\nUse '-help' to print detailed descriptions of command line arguments\n========================================================================")

0 comments on commit dd11d77

Please sign in to comment.