Skip to content

Commit

Permalink
Test out new conda channel and package
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony C committed Jul 13, 2021
1 parent ac5bd9e commit c205651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gff3/filter_type.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
import sys
import argparse
from cpt_gffParser import gffParse, gffWrite
from CPT_GFFParser import gffParse, gffWrite
from gff3 import feature_lambda, feature_test_type

if __name__ == "__main__":
Expand Down
1 change: 1 addition & 0 deletions tools/gff3/macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<requirements>
<requirement type="package" version="3.7">python</requirement>
<requirement type="package" version="1.77">biopython</requirement>
<requirement type="package">cpt_gffparser</requirement>
<requirement type="package" version="2019.06.08">regex</requirement>
<yield/>
</requirements>
Expand Down

0 comments on commit c205651

Please sign in to comment.