Skip to content
Snippets Groups Projects
Commit 1adbd411 authored by Blaise Li's avatar Blaise Li
Browse files

Allow empty libraries sections.

parent 7b983ae5
Branches
No related tags found
No related merge requests found
......@@ -240,6 +240,8 @@ def main():
# determine raw data files for this analysis
###
raws_wanted = set()
# If empty, not read as a dict and doesn't have items
if analysis_info["libraries"]:
# library: sample name for submission
for (library, rawdat) in analysis_info["libraries"].items():
assert Path(rawdat).exists()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment