Open tiancaigg opened 1 month ago
when publish new version, please run a real dataset, don't just run toy dataset
We have tested various samples internally and have not encountered similar problems. I am not sure why this problem occurs, but I guess it is related to the genome and amount of data used. https://github.com/alexdobin/STAR/issues/870
Anyway, you can always add new starsolo parameters through starsolo_extra_args:
--starsolo_extra_args "--clip3pAdapterSeq AAAAAAAAAAAA --outSAMtype BAM SortedByCoordinate --limitBAMsortRAM 10000000000"
Also, the memory limit in NXF_OPTS should not be set too high, generally 4GB is enough. https://github.com/nextflow-io/nextflow/issues/1567 https://github.com/singleron-RD/scrna/blob/master/docs/usage.md#nextflow-memory-requirements
Description of the bug
--limitBAMsortRAM cannot be set by --star_options '--limitBAMsortRAM 800000000000', it can only be set by custom config, which override any other existing config.
I've already set export NXF_OPTS='-Xms1g -Xmx180g' in .zshrc
Command used and terminal output
Relevant files
No response
System information
No response