Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mirflowz
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
zavolan_group
pipelines
mirflowz
Commits
eb2d99bb
Commit
eb2d99bb
authored
5 years ago
by
BIOPZ-Iborra de Toledo Paula
Browse files
Options
Downloads
Patches
Plain Diff
CI fixing issues
parent
0c177a40
No related branches found
No related tags found
1 merge request
!1
WIP: Updated workflow
Pipeline
#10603
failed
5 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
test/test_workflow_slurm.sh
+4
-3
4 additions, 3 deletions
test/test_workflow_slurm.sh
with
5 additions
and
4 deletions
.gitlab-ci.yml
+
1
−
1
View file @
eb2d99bb
...
...
@@ -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
This diff is collapsed.
Click to expand it.
test/test_workflow_slurm.sh
+
4
−
3
View file @
eb2d99bb
...
...
@@ -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
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment