Skip to content

Commit

Permalink
remove basedir
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrue committed Apr 22, 2024
1 parent fc26902 commit e15ed40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panpipes/panpipes/pipeline_ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def load_mudatas(rna_path, outfile,
if bcr_path is not None and pd.notna(bcr_path):
cmd += " --bcr_filtered_contigs %(bcr_path)s"
cmd += " --bcr_filetype %(bcr_filetype)s"
logfile = f"logs/load_mudatas_{sample_id}.log"
logfile = f"load_mudatas_{sample_id}.log"
cmd += f" > logs/{logfile}"
# print(cmd)
job_kwargs["job_threads"] = PARAMS['resources_threads_medium']
Expand Down

0 comments on commit e15ed40

Please sign in to comment.