Skip to content

Commit 6aac5bd

Browse files
committed
add more comments
1 parent 6e211f2 commit 6aac5bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

skip.list

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
# We skip those packages from our Singularity index to safe some space.
33
# If you need a package or a package group from this list, please create a PR and remove / comment-out the line.
44

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
59

610
#bioconductor-bsgenome
711
#galaxy-lib

0 commit comments

Comments
 (0)