Closed nick-youngblut closed 7 months ago
Can you check if the sam file is intact? I wonder if something has gone wrong with minimap2.
That SAM file is empty.
minimap2 and paftools.js are in the path, and I'm also setting the path to minimap2 via the sc_long_pipeline(minimap2_dir = )
parameter.
After installing samtools, I no longer get the error. It's an issue with Rsamtools.
Which version(s) of samtools (and minimap2) are valid with FLAMES?
It could be helpful to include that info in the SystemRequirements:
section of the DESCRIPTION file. For example:
SystemRequirements: GNU make, C++17, samtools (>= 1.14), minimap2 (>= 2.28)
...with the same going for BLAZE and any other non-R dependencies.
A conda environment yaml could also help users. Such as:
name: flames_env
channels:
- conda-forge
- bioconda
dependencies:
- samtools>=1.14
- minimap2>=2.28
Thanks @ChangqingW for making the updates!
At the very start of the
sc_long_pipeline
pipeline, I'm getting the following error:The
tmp_align.sam
file exists in the target directory. The only other file in the directory istmp_splice_anno.bed12
.Although the error message appears, the pipeline continues, suggesting that the pipeline is not correctly handling errors in child processes and instead of killing the main job (the
sc_long_pipeline
job), the main job keeps going and calling subsequent child processes.I'm using FLAMES v1.8.0.