You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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"
The text was updated successfully, but these errors were encountered: