Skip to content
Snippets Groups Projects

refactor: merge prepare, map & quantify workflows

Merged Iris Mestres Pascual requested to merge 25-merge-workflows into dev
+ 18
18
default:
tags:
- shell
before_script:
- mamba env create --force -f environment.yml
- conda activate mirflowz
- echo $CONDA_DEFAULT_ENV
- snakemake --version
test:
script:
- bash test/test_workflow_local.sh
- bash test/test_dag.sh
- bash test/test_rule_graph.sh
after_script:
- bash test/test_cleanup.sh
# default:
# tags:
# - shell
#
# before_script:
# - mamba env create --force -f environment.yml
# - conda activate mirflowz
# - echo $CONDA_DEFAULT_ENV
# - snakemake --version
#
# test:
# script:
# - bash test/test_workflow_local.sh
# - bash test/test_dag.sh
# - bash test/test_rule_graph.sh
#
# after_script:
# - bash test/test_cleanup.sh
Loading