Skip to content

Commit

Permalink
Updated code to add dummy tables for custom references
Browse files Browse the repository at this point in the history
  • Loading branch information
Harihara authored and Harihara committed Oct 6, 2024
1 parent 8137f9e commit 1e73ac9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def nf_nf_core_atacseq(
"""

pvc_name: str = initialize(run_name=run_name)
"""NF_Run_Flag = nextflow_runtime(
NF_Run_Flag = nextflow_runtime(
pvc_name=pvc_name,
input=input,
run_name=run_name,
Expand Down Expand Up @@ -256,8 +256,8 @@ def nf_nf_core_atacseq(
skip_qc=skip_qc,
skip_ataqv=skip_ataqv,
multiqc_methods_description=multiqc_methods_description,
)"""
NF_Run_Flag = run_name
)
# NF_Run_Flag = run_name
input_obj_list, outdir_r_plots = pp.Prepare_Inputs_ATACQC(
run_flag=NF_Run_Flag, outdir=outdir, aligner=aligner, genome=latch_genome
)
Expand Down

0 comments on commit 1e73ac9

Please sign in to comment.