Closed gokalpyildirir closed 2 years ago
Hi @gokalpyildirir, you are correct that the image is missing. Please see this line in the log you provided:
Oct.-20 13:24:46.336 [main] WARN nextflow.Nextflow - This subworkflow is experimental and we do not provide an official guppy image at this time.
However, you will hopefully be excited to hear that wf-human-variation v0.4.0 has just been released with support for our experimental Dorado basecaller (image included!). To update please run:
nextflow pull epi2me-labs/wf-human-variation
What happened?
Hi, this is my first time running an epi2me workflow. I can see how this will help me (if I can get it to work!)
I am working on a diploid organism, and I am trying to phase variants + basecall methylations on the phased reads. Normally I would use megalodon for this, but as the phase variant is not being supported anymore I want to try this workflow. When I run the script, because ontresearch/guppy image does not exist, the workflow fails. What am I missing? Should I run this workflow in any other way? This is my script:
OUTPUT=output.oct18 ~/nextflow run epi2me-labs/wf-human-variation \ -w ${OUTPUT}/workspace \ -profile standard \ --snp \ --fast5_dir ../A4_fast5/fast5 \ --guppy_device cuda:all:80% \ --guppy_cfg /home/science/rerio/basecall_models/res_dna_r941_min_modbases_5mC_CpG_v001.cfg \ --guppy_map_threads 3 \ --guppy_basemod_threads 4 \ --ref ../A4_diploid_sorted.fasta.masked \ --model /home/science/Clair3/models/r941_prom_sup_g5014 \ --out_dir ${OUTPUT}
Operating System
ubuntu 18.04
Workflow Execution
Command line
Workflow Execution - EPI2ME Labs Versions
No response
Workflow Execution - Execution Profile
Docker
Workflow Version
v0.3.0
Relevant log output