Skip to content
Snippets Groups Projects
Commit 90e47425 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Merge branch '55-bugfix' into 'master'

Update gitignore with nextflow and update software reference test

Closes #55

See merge request !53
parents eaeb2b1c 567ee0eb
Branches
Tags
1 merge request!53Update gitignore with nextflow and update software reference test
Pipeline #4299 failed with stages
in 21 hours, 32 minutes, and 12 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