Skip to content

Commit

Permalink
resolve envs issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alienzj committed Aug 31, 2023
1 parent 2f52530 commit bc54a48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metapi/envs/dastools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- bioconda
- defaults
dependencies:
- das_tool=1.1.4
- diamond=2.0.14
- python
- das_tool=1.1.6
- pigz
- jq
1 change: 1 addition & 0 deletions metapi/rules/binning_refine.smk
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ rule binning_dastools:
mkdir -p {params.mags_dir}
contigs2bin=$(python -c "import sys; print(','.join(sys.argv[1:]))" {input.contigs2bin})
#contigs2bin=$(sed -E 's/^| /,/g' <<<"{input.contigs2bin}")
FNAGZ={input.scaftigs}
PEPGZ={input.pep}
Expand Down

0 comments on commit bc54a48

Please sign in to comment.