Skip to content

Commit 20c4f7c

Browse files
committed
Update print statements to make it clear when is a warning for debugging, update tests inline with changes, clean up some old files and update version number
1 parent bb7847b commit 20c4f7c

File tree

11 files changed

+54
-382
lines changed

11 files changed

+54
-382
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ channels:
66
- defaults
77
dependencies:
88
- wget
9-
- biopython
9+
- biopython>=1.74
1010
- minimap2
1111
- pip
1212
- python>=3.6

scorpio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
_program = "scorpio"
2-
__version__ = "0.2"
2+
__version__ = "0.3"

scorpio/command.py

Lines changed: 0 additions & 163 deletions
This file was deleted.

scorpio/scripts/__init__.py

Whitespace-only changes.

scorpio/scripts/extract_definitions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from Bio.Seq import Seq
88
from operator import itemgetter
99

10-
from type_constellations import load_feature_coordinates
10+
from .type_constellations import load_feature_coordinates
1111

1212
def parse_args():
1313
parser = argparse.ArgumentParser(description="""Pick a representative sample for each unique sequence""",

scorpio/scripts/scorpio.smk

Whitespace-only changes.

scorpio/scripts/scorpiofunks.py

Lines changed: 0 additions & 182 deletions
This file was deleted.

0 commit comments

Comments
 (0)