Closed HenriettaHolze closed 1 month ago
This error was caused by tmpdir not existing. The default value for tmpdir is relative to the outdir. If the outdir is relative, the tmpdir will be placed inside the process work directory. If the outdir is set to an absolute path, the pipeline seems not capable to find the tmpdir if left at the default value.
I added a suggestion how to fix this to my pull request.
Hi,
I'm running the nextflow pipeline and observed that I get 1,328,757 UMI after step 4a and 931,350 UMI after step 4b.
I figures that I get the same error as in https://github.com/ucagenomix/sicelore/issues/39 but I could not find a fix to the problem. Transcripts with multiple reads have "null" sequence and quality after
ComputeConsensus
.The run command in
.command.sh
ischr.fq
.command.err
Sequences from CTCGTACTCTCCAACC-CATAGCTTTC-4 in
chromosome.bam
Any help would be much appreciated!
Best, Henrietta