Closed juehang closed 1 month ago
Before you submit this PR: make sure to put all operations-related information in a wiki-note, a PR should be about code and is publicly accessible
The PeakPositionsCNF plugin requires a N_chunk parameter. This PR changes the N_chunk parameter to be a URLConfig, instead of a hard-coded number.
PeakPositionsCNF
N_chunk
Please include the following if applicable:
All italic comments can be removed from this template.
coverage: 89.85% (+0.02%) from 89.829% when pulling c383b5911c4598b37d410adcd9116f00c2bf5fe2 on cnf_Nchunk_URLConfig into f9c689f4b95958d5288f75de920dc6a6bddd7214 on master.
Before you submit this PR: make sure to put all operations-related information in a wiki-note, a PR should be about code and is publicly accessible
What does the code in this PR do / what does it improve?
The
PeakPositionsCNF
plugin requires aN_chunk
parameter. This PR changes theN_chunk
parameter to be a URLConfig, instead of a hard-coded number.Can you briefly describe how it works?
Can you give a minimal working example (or illustrate with a figure)?
Please include the following if applicable:
Notes on testing
All italic comments can be removed from this template.