uclahs-cds / pipeline-call-sSNV

A Nextflow pipeline to identify the somatic single nucleotide variants (sSNVs) by comparing a pair of tumor/normal samples.
https://uclahs-cds.github.io/pipeline-call-sSNV/
GNU General Public License v2.0
5 stars 0 forks source link

update M64 resources #300

Closed sorelfitzgibbon closed 4 months ago

sorelfitzgibbon commented 5 months ago

Description

Updated M64.config resource allocations based on results of large sample runs described here

Closes #...

Testing Results

Because this is geared towards running very large samples which can take close to 2 weeks to run, I don't want to test this branch on anything that doesn't need to be run. I don't have any appropriate samples.

Checklist

tyamaguchi-ucla commented 5 months ago

@sorelfitzgibbon Thanks! Let me test it out for my large samples.

tyamaguchi-ucla commented 5 months ago

question (non-blocking): @sorelfitzgibbon @yashpatel6 I just noticed that the template.config has the work_dir param. I thought we've removed this from our NF pipelines to prevent the latency issue a while ago. Is there any reason we want to keep it in the template.config in this pipeline?

yashpatel6 commented 5 months ago

question (non-blocking): @sorelfitzgibbon @yashpatel6 I just noticed that the template.config has the work_dir param. I thought we've removed this from our NF pipelines to prevent the latency issue a while ago. Is there any reason we want to keep it in the template.config in this pipeline?

Ah good catch, there shouldn't be any reason to keep that in the template in this pipeline; @sorelfitzgibbon it should be remove-able from the template here?

sorelfitzgibbon commented 5 months ago

@sorelfitzgibbon it should be remove-able from the template here?

done

tyamaguchi-ucla commented 5 months ago

This config finally worked. I'll try other large samples.