Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
BICF
Astrocyte
chipseq_analysis
Commits
96612335
Commit
96612335
authored
Mar 19, 2020
by
Venkat Malladi
Browse files
testing using bats.
parent
20e127c3
Pipeline
#6290
failed with stages
in 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
96612335
...
...
@@ -14,7 +14,8 @@ stages:
user_configuration
:
stage
:
unit
script
:
-
pytest -m unit
-
module load singularity/3.0.2
-
singularity run docker://bats/bats:v1.1.0 --tap workflow/tests/plot_profile.bats
-
pytest -m unit --cov=./workflow/scripts
astrocyte
:
...
...
workflow/tests/plot_profile.bats
View file @
96612335
#!/opt/bats/libexec/bats-core/ bats
profile_script="./worflow/scripts/plot_profile.sh"
profile_script="./wor
k
flow/scripts/plot_profile.sh"
setup() {
module load deeptools/2.5.0.1
...
...
@@ -9,11 +9,4 @@ setup() {
@test "Test deeptools present" {
source ${profile_script}
run check_tools
assert_success
}
@test "Test matrix generation" {
source ${profile_script}
run check_tools
assert_success
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment