Skip to content
Snippets Groups Projects
Commit 567ee0eb authored by Jeremy Mathews's avatar Jeremy Mathews
Browse files

Update gitignore with nextflow and update software reference test

parent aff51033
Branches
Tags
No related merge requests found
......@@ -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/*
......@@ -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>')) == 18
assert len(data_loaded['data'].split('<ul>')) == 19
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment