Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
chipseq_analysis
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
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
Astrocyte
Workflows
BICF
chipseq_analysis
Commits
567ee0eb
Commit
567ee0eb
authored
5 years ago
by
Jeremy Mathews
Browse files
Options
Downloads
Patches
Plain Diff
Update gitignore with nextflow and update software reference test
parent
aff51033
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+10
-0
10 additions, 0 deletions
.gitignore
workflow/tests/test_generate_software_references.py
+1
-1
1 addition, 1 deletion
workflow/tests/test_generate_software_references.py
with
11 additions
and
1 deletion
.gitignore
+
10
−
0
View file @
567ee0eb
...
...
@@ -100,3 +100,13 @@ ENV/
# Mac OS
.DS_Store
# nextflow analysis folders/files
pipeline_trace*.txt*
.nextflow*.log*
report*.html*
timeline*.html*
/workflow/output/*
/work/*
/test_data/*
/.nextflow/*
This diff is collapsed.
Click to expand it.
workflow/tests/test_generate_software_references.py
+
1
−
1
View file @
567ee0eb
...
...
@@ -20,4 +20,4 @@ def test_software_references_output():
with
open
(
software_references
,
'
r
'
)
as
stream
:
data_loaded
=
yaml
.
load
(
stream
)
assert
len
(
data_loaded
[
'
data
'
].
split
(
'
<ul>
'
))
==
1
8
assert
len
(
data_loaded
[
'
data
'
].
split
(
'
<ul>
'
))
==
1
9
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