Skip to content

Commit

Permalink
Updates to the oncomplete and remove snapshot closes #263
Browse files Browse the repository at this point in the history
  • Loading branch information
DLBPointon committed Feb 19, 2024
1 parent 36d345c commit a1820cf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ process {

// Files to be used for pretext, likely to be deleted once the hic workflow is complete.
// .bed, .hr.pretext, .lr.pretext, needs centromere}
withName: 'REFORMAT_INTERSECT|SEQTK_CUTN|GAP_LENGTH|PRETEXT_INGEST_HIRES|PRETEXT_INGEST_SNDRD|COOLER_ZOOMIFY|COV_FOLDER|UCSC_BEDGRAPHTOBIGWIG|BED2BW_NORMAL|BED2BW_LOG|EXTRACT_TELO|JUICER_TOOLS_PRE|SNAPSHOT_SRES|SNAPSHOT_HRES|PRETEXT_GRAPH' {
withName: 'REFORMAT_INTERSECT|SEQTK_CUTN|GAP_LENGTH|PRETEXT_INGEST_HIRES|PRETEXT_INGEST_SNDRD|COOLER_ZOOMIFY|COV_FOLDER|UCSC_BEDGRAPHTOBIGWIG|BED2BW_NORMAL|BED2BW_LOG|EXTRACT_TELO|JUICER_TOOLS_PRE|SNAPSHOT_SRES|PRETEXT_GRAPH' {
publishDir = [
path: { "${params.outdir}/hic_files" },
mode: params.publish_dir_mode,
Expand Down Expand Up @@ -309,11 +309,6 @@ process {
ext.prefix = { "${meta.id}_normal" }
}

withName: "SNAPSHOT_HRES" {
ext.args = { "--sequences '=full' --resolution 1440 --texutureBuffer 1G" }
ext.prefix = { "${meta.id}_hr" }
}

withName: JUICER_TOOLS_PRE {
ext.juicer_tools_jar = "juicer_tools.1.8.9_jcuda.0.8.jar"
ext.juicer_jvm_params = "-Xms1g -Xmx36g"
Expand Down

0 comments on commit a1820cf

Please sign in to comment.