Skip to content
Snippets Groups Projects
Commit eb2d99bb authored by BIOPZ-Iborra de Toledo Paula's avatar BIOPZ-Iborra de Toledo Paula
Browse files

CI fixing issues

parent 0c177a40
No related branches found
No related tags found
1 merge request!1WIP: Updated workflow
Pipeline #10603 failed
......@@ -7,6 +7,6 @@ before_script:
- conda activate mir_pipelines && echo $CONDA_DEFAULT_ENV
test:
script:
- bash test/test_workflow_local.sh
# - bash test/test_workflow_local.sh
- bash test/test_dag.sh
- bash test/test_rule_graph.sh
......@@ -15,12 +15,13 @@ trap cleanup EXIT
set -eo pipefail # ensures that script exits at first command that exits with non-zero status
set -u # ensures that script exits when unset variables are used
set -x # facilitates debugging by printing out executed commands
mkdir -p logs/cluster/homo_sapiens/GRCh38.98_chrY
mkdir -p logs/local/homo_sapiens/GRCh38.98_chrY
mkdir -p results/homo_sapiens/GRCh38.98_chrY
user_dir=$PWD
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
cd $script_dir
mkdir -p logs/cluster/homo_sapiens/GRCh38.98_chrY
mkdir -p logs/local/homo_sapiens/GRCh38.98_chrY
mkdir -p results/homo_sapiens/GRCh38.98_chrY
# Run tests
snakemake \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment