Skip to content

Commit

Permalink
Update print statements to make it clear when is a warning for debugg…
Browse files Browse the repository at this point in the history
…ing, update tests inline with changes, clean up some old files and update version number
  • Loading branch information
rmcolq committed May 29, 2021
1 parent bb7847b commit 20c4f7c
Show file tree
Hide file tree
Showing 11 changed files with 54 additions and 382 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ channels:
- defaults
dependencies:
- wget
- biopython
- biopython>=1.74
- minimap2
- pip
- python>=3.6
Expand Down
2 changes: 1 addition & 1 deletion scorpio/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
_program = "scorpio"
__version__ = "0.2"
__version__ = "0.3"
163 changes: 0 additions & 163 deletions scorpio/command.py

This file was deleted.

Empty file removed scorpio/scripts/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion scorpio/scripts/extract_definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from Bio.Seq import Seq
from operator import itemgetter

from type_constellations import load_feature_coordinates
from .type_constellations import load_feature_coordinates

def parse_args():
parser = argparse.ArgumentParser(description="""Pick a representative sample for each unique sequence""",
Expand Down
Empty file removed scorpio/scripts/scorpio.smk
Empty file.
182 changes: 0 additions & 182 deletions scorpio/scripts/scorpiofunks.py

This file was deleted.

Loading

0 comments on commit 20c4f7c

Please sign in to comment.