quality-control
Here are 176 public repositories matching this topic...
there's a general need to update help docs and pop-ups for 10 bit numbers.
maybe a hack day project?
-
Updated
May 14, 2020 - Python
-
Updated
Feb 28, 2020 - PHP
Refer to https://mriqc.readthedocs.io/en/stable/install.html#bare-metal-installation-only-python-3,
requirements.txt file does not exist. Maybe we need to update the documentation.
In the meantime, did you used to have the packages mentioned in dockerfile in requirements.txt ?
-
Updated
Nov 13, 2019 - C++
-
Updated
May 1, 2019 - Python
-
Updated
Jun 16, 2020 - C++
Useful for code like
class User
def blah
User.recent.first(5)
end
endin this case the instance method #blah doesn't need to repeat its class name and could instead specify self.class.recent.first(5)
-
Updated
Mar 2, 2020 - Python
-
Updated
Nov 11, 2019 - R
Ideally I want to use this wonderful toolbox to generate the overview plots given in the interactive window but do the actual marking of these images externally.
Is there an option to generate individual plots without the interactive window (and preferably without the need for tkmedit) as I would like to run this as a batch job on our cluster and that wouldn't allow any graphical windows.
-
Updated
Jun 14, 2020 - C++
-
Updated
Sep 27, 2017 - Shell
-
Updated
May 10, 2020 - C#
-
Updated
Jun 18, 2020 - R
-
Updated
Feb 17, 2020 - R
- https://missioncontrol.telemetry.mozilla.org/#/beta/linux has no beta 4 column
- https://missioncontrol.telemetry.mozilla.org/#/beta/mac has a beta 4 column with no values
- https://missioncontrol.telemetry.mozilla.org/#/beta/windows only has one line with values for beta 4
Is that a known issue?
We are currently having some trouble generating the docs at readthedocs.io. This used to work, but then for reasons that are unknown to me it stopped working.
I have previously added some code which I found here to make the API auto-build: readthedocs/readthedocs.org#1139 to make this work, however since that seemed to be what was causing the readthedocs build errors I "remo
-
Updated
Jun 19, 2020 - HTML
-
Updated
May 9, 2019 - Python
-
Updated
May 10, 2020 - R
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
Dec 16, 2019 - TypeScript
-
Updated
Jan 29, 2018 - JavaScript
-
Updated
Jun 25, 2019 - HTML
Improve this page
Add a description, image, and links to the quality-control topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the quality-control topic, visit your repo's landing page and select "manage topics."
fastp will overwrite -o without checking if it is the same as -i. Worth adding a check for this scenario.