Skip to content
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

fix line 32 in quality_control.smk #1

Closed
bamarshall2 opened this issue Oct 13, 2021 · 0 comments · Fixed by #3 or #4
Closed

fix line 32 in quality_control.smk #1

bamarshall2 opened this issue Oct 13, 2021 · 0 comments · Fixed by #3 or #4

Comments

@bamarshall2
Copy link
Collaborator

Change line 32 in quality_control.smk from
out = lookup_sample_metadata(sample, "file_path", pep)
to
out = lookup_sample_metadata(sample, "infile_path", pep)

"infile_path" is the name of the column in the sample sheet, not "file_path"

@mikewolfe mikewolfe linked a pull request Oct 18, 2021 that will close this issue
@mikewolfe mikewolfe mentioned this issue Oct 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant