Skip to content

Commit

Permalink
Temporary work-around to test a new smgu
Browse files Browse the repository at this point in the history
  • Loading branch information
DrYak committed May 27, 2024
1 parent fc9d717 commit 0dda12e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/regression_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ CONFIG_TRIM
cat "${data_root}/config-extra.yaml"
echo
fi
export GIT_CLONE_PROTECTION_ACTIVE=false

echo "config files ${config_file[*]}"
PYTHONUNBUFFERED=1 snakemake \
Expand Down
18 changes: 17 additions & 1 deletion workflow/envs/smallgenomeutilities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,20 @@ channels:
- conda-forge
- bioconda
dependencies:
- smallgenomeutilities=0.4.0
- python >=3
- progress
- numpy
- pandas
- pyyaml
- biopython
- bcbio-gff
- pysam
- pysamstats
- scikit-learn
- scipy
- matplotlib-base
- mafft
- pip
- cython
- pip:
- git+https://github.com/cbg-ethz/smallgenomeutilities.git@dev#egg=smallgenomeutilities

0 comments on commit 0dda12e

Please sign in to comment.