Jim

Results 8 comments of Jim

Work on being able to use singularities with CUDA would be greatly appreciated.

I am struggling with the same problem.

Actually, I seemed to just have solved it. I think nextflow is ignoring config parameters in case these are formatted incorrectly. Try quoting your strings ``` process { withName: 'NFCORE_RNASEQ:RNASEQ:ALIGN_STAR'...

Actually, you probably also have to separate the properties of the two processes. ``` process { withName: 'NFCORE_RNASEQ:RNASEQ:ALIGN_STAR' { // single job memory = '80.GB' cpus = 32 time =...

I'm not entirely sure what exactly CDS chunks refers to. Are you referring to chunks as existent on different exons?

Ok. I'm not familiar enough with annotation formats and conventions to know what the best approach is in case it's important to list what chunks a CDS is constructed from....

Hi @malton-ont, Can you comment on the differing results of the FASTQ files as listed in the second issue observed: - Converting that BAM with samtools fastq gives FASTQ in...