Closed kubu4 closed 4 years ago
Which version are you using. This was corrected a few version ago.
v2.7.6.
This is the version linked on the dDocent downloads page: http://www.ddocent.com/downloads/
Link on ddocent.com is now updated to v2.7.8 which is the latest official release (also available on bioconda).
When trying to run
dDocent
with a config file, we're getting the following error:mawk: cannot open uniq.fq1 (No such file or directory)
This seems to point to this section of dDocent:
When we look at the
assemble.trim.log
file, we can see that the value for$NP
is not getting passed to the-w
option:We confirmed that
$NUMProc
is getting the correct number of processors that it pulls from the config file:Any idea what's happening and/or suggestions on how to fix it?
We haven't attempted to "hard code" the number of processors in the
fastp -w
option, and would like to avoid doing so.Thanks for any insight.