Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
chipseq_analysis
Manage
Activity
Members
Labels
Plan
Issues
19
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
BICF
Astrocyte
chipseq_analysis
Commits
1c2936e4
There was a problem fetching the latest pipeline status.
Commit
1c2936e4
authored
6 years ago
by
Venkat Malladi
Browse files
Options
Downloads
Patches
Plain Diff
Remove nextflow version.
parent
ae8aa448
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!23
Resolve "Output software versions and methods and references"
Pipeline
#3254
failed with stages
in 2 hours, 8 minutes, and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
workflow/tests/test_generate_software_references.py
+0
-5
0 additions, 5 deletions
workflow/tests/test_generate_software_references.py
with
0 additions
and
5 deletions
workflow/tests/test_generate_software_references.py
+
0
−
5
View file @
1c2936e4
...
...
@@ -13,11 +13,6 @@ def test_software_references():
assert
os
.
path
.
exists
(
os
.
path
.
join
(
test_output_path
,
'
software_references_mqc.txt
'
))
@pytest.mark.singleend
def
test_nextflow_version
():
assert
os
.
path
.
exists
(
os
.
path
.
join
(
test_output_path
,
'
version_nextflow.txt
'
))
@pytest.mark.singleend
def
test_software_versions
():
assert
os
.
path
.
exists
(
os
.
path
.
join
(
test_output_path
,
'
software_versions_mqc.yaml
'
))
...
...
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