Skip to content

Commit

Permalink
Add URL to -h, bump to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tseemann committed Oct 18, 2018
1 parent d6e94d9 commit f1c36e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ script:
- "! any2fasta"
- "any2fasta -v"
- "any2fasta -h"
- "any2fasta -h | grep github"
- "! any2fasta -x"
- "any2fasta /dev/null 2>&1 | grep 'ERROR'"
- "any2fasta test.noseq.gff 2>&1 | grep 'ERROR'"
Expand Down
4 changes: 3 additions & 1 deletion any2fasta
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ use IO::Uncompress::AnyUncompress;

#......................................................................................

our $VERSION = "0.4.0";
our $VERSION = "0.4.2";
our $EXE = basename($0);
our $STDIN = '/dev/stdin'; # '-' will be replaced with this
our $URL = 'https://github.com/tseemann/any2fasta';

#......................................................................................

Expand All @@ -28,6 +29,7 @@ sub usage {
" -n Replace ambiguous IUPAC letters with 'N'\n",
" -l Lowercase the sequence\n",
" -u Uppercase the sequence\n",
"HOMEPAGE\n $URL\n",
"END\n";
exit($errcode);
}
Expand Down

0 comments on commit f1c36e8

Please # to comment.