Skip to content

Commit

Permalink
deprecating this library
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandunn committed Feb 16, 2021
1 parent 10b5904 commit 9b83437
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/data/add_features_from_gff3_to_annotations.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#!/usr/bin/perl

####
# NOTE: This library is no longer supported.
# Please see https://pypi.org/project/apollo/ for more details.
# usage: arrow annotations load_gff3 MyOrganism1 sample.gff3
####

use strict;
use warnings;

Expand Down
7 changes: 7 additions & 0 deletions tools/data/add_transcripts_from_gff3_to_annotations.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
#!/usr/bin/perl

####
# NOTE: This library is no longer supported.
# Please see https://pypi.org/project/apollo/ for more details.
# usage: arrow annotations load_gff3 MyOrganism1 sample.gff3
####


use strict;
use warnings;

Expand Down

0 comments on commit 9b83437

Please sign in to comment.