We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to make a snakemake wrapper to plot nonpareil curves:
nonpareil
[...] curves <- Nonpareil.curve.batch(snakemake@input[["npo"]], label = params[["label"]], labels = params[["labels"]], col = params[["col"]], enforce.consistency = params[["enforce_consistency"]], star = params[["star"]], correction.factor = params[["correction_factor"]], weights.exp = params[["weights_exp"]], skip.model = params[["skip_model"]], plot = FALSE ) # Get stats stats <- summary(curves) [...]
stats is a numeric matrix but, when skip.model=True, stats is a matrix of numeric lists. Is this intended?
stats
skip.model=True
The text was updated successfully, but these errors were encountered:
Hi @fgvieira That doesn't sound intentional, I'll address this next. Thank you!
Sorry, something went wrong.
No branches or pull requests
I am trying to make a snakemake wrapper to plot
nonpareil
curves:stats
is a numeric matrix but, whenskip.model=True
,stats
is a matrix of numeric lists.Is this intended?
The text was updated successfully, but these errors were encountered: