-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: replacing custom coverage QC scripts with "alfred qc" (#481) #482
feat: replacing custom coverage QC scripts with "alfred qc" (#481) #482
Conversation
fe1aa02
to
6eaad9d
Compare
@Nicolai-vKuegelgen This will need:
In |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only one thing I am not sure about, rest looks good.
for alfred_qc in snakemake.input.alfred_qc: | ||
with gzip.open(alfred_qc, "rt") as inputf: | ||
data = json.load(inputf) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like only the last input file will be read into data
, is that really intended?
Or should the next for-loop be indented one level further?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
True
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.