-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: avoid duplicate mappings (#131)
Co-authored-by: Boris Jurič <[email protected]> Co-authored-by: Alex Kanitz <[email protected]>
- Loading branch information
1 parent
d243b44
commit 67bb506
Showing
14 changed files
with
801 additions
and
656 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,24 @@ | ||
name: htsinfer | ||
channels: | ||
- defaults | ||
- conda-forge | ||
- bioconda | ||
dependencies: | ||
- coverage>=5.3 | ||
- flake8>=3.8.4 | ||
- mypy>=0.782 | ||
- pylint>=2.4.4 | ||
- pytest>=6.1.0 | ||
- biopython >=1.78 | ||
- coverage >=5.3 | ||
- cutadapt >=3.5, <=4.2 | ||
- flake8 >=3.8.4 | ||
- kallisto >=0.46.1, <= 0.48.0 | ||
- mypy >=0.782 | ||
- numpy >=1.22, <1.25 | ||
- pandas >=1.3.5, <1.4.0 | ||
- pip >=20.2.3 | ||
- pyahocorasick >=1.4.0 | ||
- pydantic >=1.8.1, <2 | ||
- pylint >=2.4.4 | ||
- pysam >=0.16.0 | ||
- pytest >=6.1.0 | ||
- python >=3.8, <=3.10 | ||
- star >=2.7.6 | ||
- pip: | ||
- python-semantic-release>=7.15.0 | ||
- -e . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
name: htsinfer | ||
channels: | ||
- defaults | ||
- bioconda | ||
- conda-forge | ||
- bioconda | ||
dependencies: | ||
- biopython>=1.78 | ||
- kallisto>=0.46.1, <= 0.48.0 | ||
- pandas>=1.0.5 | ||
- pip>=20.2.3 | ||
- pyahocorasick>=1.4.0 | ||
- pydantic>=1.8.1, <2 | ||
- pysam>=0.16.0 | ||
- python>3.6, <3.10 | ||
- star>=2.7.6 | ||
- cutadapt>=3.5, <=4.2 | ||
- biopython >=1.78 | ||
- cutadapt >=3.5, <=4.2 | ||
- kallisto >=0.46.1, <= 0.48.0 | ||
- numpy >=1.22, <1.25 | ||
- pandas >=1.3.5, <1.4.0 | ||
- pip >=20.2.3 | ||
- pyahocorasick >=1.4.0 | ||
- pydantic >=1.8.1, <2 | ||
- pysam >=0.16.0 | ||
- python >=3.8, <=3.10 | ||
- star >=2.7.6 | ||
- pip: | ||
- -e . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.