Closed SuhasSrinivasan closed 5 months ago
Hello!
When using STAR.align.folder(max.cpus = 28) expected that 28 is passed to fastp too. But actual command is fastp --thread 16
STAR.align.folder(max.cpus = 28)
fastp --thread 16
Will be helpful if max.cpus value is passed to fastp.
max.cpus
R version 4.3.2 (2023-10-31) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 22.04.4 LTS ORFik_1.22.2
FASTP has no gains after 16 cores, this I have tested, it actually makes it slower. This is why it is not set to anything more than 16. I will make a note in documentation of that :)
Hello!
When using
STAR.align.folder(max.cpus = 28)
expected that 28 is passed to fastp too. But actual command isfastp --thread 16
Will be helpful if
max.cpus
value is passed to fastp.