Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions pipelines/chipseq.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,7 @@ def __init__(self, series):
# This is a workaround to calling the parent's class set_file_paths
# which is impossible if the sample's YAML file does not contain
# pointers to its project (as is the case after looper submission)
self.paths.sample_root = os.path.join(
self.prj['metadata']['output_dir'],
self.prj['metadata']['results_subdir'],
self.name)
self.paths.sample_root = series['paths']['sample_root']

# Set broad/histone status that may later be modified given
# context of a pipeline configuration file, handling null/missing mark.
Expand Down