We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e211f2 commit 6aac5bdCopy full SHA for 6aac5bd
skip.list
@@ -2,6 +2,10 @@
2
# We skip those packages from our Singularity index to safe some space.
3
# If you need a package or a package group from this list, please create a PR and remove / comment-out the line.
4
5
+# Adding packages to this list can be done by running
6
+# > python remove-old-builds.py ./
7
+# on the singularity package index/folder and then grepping portions out of it, as needed, e.g. with:
8
+> python remove-old-builds.py ./ | grep bioconductor | grep r3 | sort
9
10
#bioconductor-bsgenome
11
#galaxy-lib
0 commit comments