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
2 merge requests!53Update gitignore with nextflow and update software reference test,!51Update gitignore with nextflow and update software reference test
Pipeline #4293 passed with stages
in 15 hours, 4 minutes, and 32 seconds
......@@ -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