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 32286ff commit 7d5fae3Copy full SHA for 7d5fae3
bioconda-backup/README.md
@@ -53,6 +53,10 @@ manually the failed job (better in background...):
53
json files are created at container lookup step, and deleted on success. In case of job failure, json file will be present and ease replay.
54
final solution is to delete **workdir**/bioconda|biocontainer and run without the --updated option to check for **all** containers (very long job....)
55
56
+If biocontainers_xxx.json has many lines, this can take long and block further CI in the meanwhile. Manual exec can be done on an extra VM:
57
+
58
+ nohup node index.js --backup --aws --conda --file /mnt/data/sync/biocontainers_1668381130944.json&
59
60
## example
61
62
### backup conda containers to registry AND aws
0 commit comments