Skip to content

Commit

Permalink
Set strict version of htseq
Browse files Browse the repository at this point in the history
  • Loading branch information
iquasere committed Jan 28, 2021
1 parent ff34bdf commit 8afa707
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions workflow/envs/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "mosca" %}
{% set version = "1.2.2" %}
{% set version = "1.2.3" %}
{% set sha256 = "87cbca039ea9b9c85f417543f2426b2b2acffebe58179878ee6872a32ae949ba" %}

package:
Expand All @@ -26,7 +26,7 @@ requirements:
- fraggenescan >=1.31
- diamond >=2.0.2
- upimapi >=1.0.4
- htseq >=0.12.4
- htseq =0.12.4
- bowtie2 2.3
- maxbin2 >=2.2.7
- checkm-genome >=1.1.0
Expand Down
2 changes: 1 addition & 1 deletion workflow/mosca.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import multiprocessing
import sys

__version__ = '1.2.2'
__version__ = '1.2.3'

parser = argparse.ArgumentParser(description="MOSCA's main script")
parser.add_argument("-s", "--snakefile", type=str, default="{}/Snakefile".format(sys.path[0]), help="Snakefile file")
Expand Down

0 comments on commit 8afa707

Please sign in to comment.