We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c4e564 commit b21c66cCopy full SHA for b21c66c
singlecell/resources/chunks/AppendNimble.R
@@ -6,6 +6,11 @@ if (!file.exists('/homeDir/.netrc')) {
6
invisible(Rlabkey::labkey.setCurlOptions(NETRC_FILE = '/homeDir/.netrc'))
7
Rdiscvr::SetLabKeyDefaults(baseUrl = serverBaseUrl, defaultFolder = defaultLabKeyFolder)
8
9
+# NOTE: this file is created by DownloadAndAppendNimble if there was an error. It might exist if a job failed and then was restarted
10
+if (file.exists('debug.nimble.txt')) {
11
+ unlink('debug.nimble.txt')
12
+}
13
+
14
for (datasetId in names(seuratObjects)) {
15
printName(datasetId)
16
seuratObj <- readSeuratRDS(seuratObjects[[datasetId]])
0 commit comments