Skip to content

Commit

Permalink
PEPATAC collator pipeline name changed to PEPATAC
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr committed Dec 11, 2023
1 parent 7d3ae51 commit b55fea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/pepatac_collator.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def main():

outfolder = os.path.abspath(os.path.join(args.output_parent, "summary"))

pm = pypiper.PipelineManager(name="PEPATAC_collator", outfolder=outfolder, pipestat_sample_name="PEPATAC_Collator", pipestat_pipeline_type="project",
pm = pypiper.PipelineManager(name="PEPATAC", outfolder=outfolder, pipestat_sample_name="PEPATAC_Collator", pipestat_pipeline_type="project",
args=args, version=__version__)

pm.debug(f"\nargs: {args}\n")
Expand Down

0 comments on commit b55fea7

Please sign in to comment.