Skip to content

Commit

Permalink
update pod for correct usage
Browse files Browse the repository at this point in the history
  • Loading branch information
sestaton committed Apr 18, 2018
1 parent 126e101 commit 3c23086
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/HMMER2GO/Command/getorf.pm
Expand Up @@ -152,6 +152,7 @@ sub _seqct {
my ($name, @seqparts) = split /\n/, $line;
my $seq = join '', @seqparts;
next unless defined $name && defined $seq;
$name =~ s/\s+$//;
# EMBOSS uses characters in identifiers as delimiters, which can produce some
# unexpected renaming of sequences, so warn that it's not this script doing
# the renaming.
Expand Down Expand Up @@ -366,7 +367,7 @@ A file to place the translated sequences.
miss most of the genes or domains. By specifying this option, you can return all ORFs
for each input sequence above a certain length (see the '--orflen' option above).
=item -f, --find
=item -t, --translate
Determines what to report for each ORF. Argument may be one of [0-6]. (Default: 0).
The descriptions below are copied straight from EMBOSS getorf help menu so there is no confusion.
Expand All @@ -392,6 +393,10 @@ Report all ORFs in the same (sense) frame.
Do not report only those ORFs starting with Methionine (Default: Yes).
=item -c, --choose
If more than one ORF of the same length exists, choose one (NB: experimental).
=item -h, --help
Print a usage statement.
Expand Down

0 comments on commit 3c23086

Please sign in to comment.