Skip to content

Commit

Permalink
removing legacy, adding quiet mode with custom logger, coloured print…
Browse files Browse the repository at this point in the history
… outs
  • Loading branch information
aineniamh committed Feb 8, 2021
1 parent 8a63e1d commit d1ec054
Show file tree
Hide file tree
Showing 20 changed files with 605 additions and 1,694 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* [SNPs associated with a given lineage](#snps-associated-with-a-given-lineage)
* [Source data](#source-data)
* [Authors](#authors)
* [Citing <strong>pangolin</strong>](#citing-pangolin)
* [Citing pangolin](#citing-pangolin)
* [References](#references)


Expand Down
7 changes: 1 addition & 6 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
name: pangolin
name: pangolin2
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- biopython=1.74
- iqtree<2
- mafft
- minimap2
- pip=19.3.1
- python=3.7
- snakemake-minimal=5.13
- pip:
- pandas==1.0.1
- pytools==2020.1
- dendropy>=4.4.0
- git+https://github.com/cov-ert/datafunk.git
- git+https://github.com/cov-lineages/pangoLEARN.git
- git+https://github.com/cov-lineages/lineages.git@2020-05-19-2
2 changes: 1 addition & 1 deletion pangolin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
_program = "pangolin"
__version__ = "2.1.11"
__version__ = "2.2.0"
231 changes: 88 additions & 143 deletions pangolin/command.py

Large diffs are not rendered by default.

41 changes: 0 additions & 41 deletions pangolin/scripts/Snakefile

This file was deleted.

85 changes: 0 additions & 85 deletions pangolin/scripts/assign_lineage.py

This file was deleted.

104 changes: 0 additions & 104 deletions pangolin/scripts/assign_query_file.smk

This file was deleted.

Loading

0 comments on commit d1ec054

Please sign in to comment.