Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
RNA-seq
Manage
Activity
Members
Labels
Plan
Issues
12
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
GUDMAP_RBK
RNA-seq
Commits
de33d175
Commit
de33d175
authored
5 years ago
by
Gervaise Henry
Browse files
Options
Downloads
Patches
Plain Diff
Test bdbag fetch on text file
parent
66591ecd
Branches
Branches containing commit
Tags
Tags containing commit
3 merge requests
!37
v0.0.1
,
!24
Develop
,
!23
Resolve "process_RSeQC"
Pipeline
#6033
failed with stages
in 2 minutes and 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
workflow/tests/test_getData.py
+1
-1
1 addition, 1 deletion
workflow/tests/test_getData.py
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
2
−
2
View file @
de33d175
before_script
:
-
module add python/3.6.
1-2
-anaconda
-
module add python/3.6.
4
-anaconda
-
pip install --user pytest-pythonpath==0.7.1 pytest-cov==2.5.1
-
module load singularity/3.0.2
-
module load nextflow/19.09.0
...
...
@@ -23,7 +23,7 @@ getData:
script
:
-
ln -sfn `readlink -e ./test_data/auth/cookies.txt` ~/.bdbag/deriva-cookies.txt
-
unzip ./test_data/bagit/Replicate_16-1ZX4
-
singularity run 'docker://bicf/gudmaprbkfilexfer:1.3' sh ./workflow/scripts/bdbagFetch.sh Replicate_16-1ZX4 16-1ZX4 TEST
-
singularity run 'docker://bicf/gudmaprbkfilexfer:1.3'
ba
sh ./workflow/scripts/bdbagFetch.sh Replicate_16-1ZX4 16-1ZX4 TEST
-
pytest -m getData
parseMetadata
:
...
...
This diff is collapsed.
Click to expand it.
workflow/tests/test_getData.py
+
1
−
1
View file @
de33d175
...
...
@@ -11,4 +11,4 @@ test_output_path = os.path.dirname(os.path.abspath(__file__)) + \
@pytest.mark.getData
def
test_getData
():
assert
os
.
path
.
exists
(
os
.
path
.
join
(
test_output_path
,
'
Replicate_16-1ZX4/bagit.txt
'
))
assert
os
.
path
.
exists
(
os
.
path
.
join
(
test_output_path
,
'
16-1ZX4.R1.fastq.gz
'
))
\ No newline at end of file
assert
os
.
path
.
exists
(
os
.
path
.
join
(
test_output_path
,
'
Study_Q-Y4H0/data/assets/Study/Q-Y4H0/Experiment/Q-Y4BY/Replicate/Q-Y5F8/hMARIS_SIX2+_RiboDep#1.gene.rpkm.txt
'
))
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
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