lentendu / NetworkNullHPC

OTU co-occurrence network inferrence base on null model for HPC
MIT License
2 stars 4 forks source link

-m columns option not working, Error in match.arg #24

Closed timz0605 closed 4 months ago

timz0605 commented 4 months ago

Hello,

While I was trying the -m columns option for choosing the null model, I encountered the below error code which causes the job submitted showing a status of DependencyNeverSatisfied

Error in match.arg(fixedmar, c("none", "rows", "columns", "both")) : 
  'arg' must be NULL or a character vector
Calls: permatfull -> match.arg
Execution halted

I was wondering if you could help look into this? Thank you!

lentendu commented 4 months ago

Hi, thanks for reporting this issue. I have now fixed it with commit a67dc5d.