v1.0.0 ARE run through
#77
fredjaya
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
if89R libraries on NCI optionSteps
Using
if89R libraries on NCI for installation, so not logging into Gadi for any installation steps.ssh fj9712@gadi.nci.org.au cd /scratch/vo75/fj9712 git clone https://github.com/Sydney-Informatics-Hub/scrna-analysis.gitgdata/vo75+scratch/vo75+gdata/if89R_LIBS_USER="/g/data/if89/R/scrna-analysis", XDG_DATA_HOME="/scratch/vo75/fj9712/.local/share"scrna-analysis-v1.0.0Successfully replicated error:
Fix attempt 1:
.local/sharemissing?Checking whether
/scratch/vo75/fj9712/.local/shareexists.Output:
stat: cannot statx '/scratch/vo75/fj9712/.local/share': No such file or directoryWhat happens if we create this beforehand?
Still received the same error.
Fix attempt 2: environment variables when ARE
Kept the same values as above, but found an extra space in the environmental variables
gdata/vo75+scratch/vo75+gdata/if89R_LIBS_USER="/g/data/if89/R/scrna-analysis",XDG_DATA_HOME="/scratch/vo75/fj9712/.local/share"🎉 Successfully queued and running!
However, received the following error:
Testing bad environmental variables
Noted that when I copied and pasted environmental variables from the README.md, it had an extra tab in the ARE field. Let's try reproduce the first error above.
As we are only testing the environmental variables, all resource settings are minimal.
gdata/vo75+scratch/vo75+gdata/if89R_LIBS_USER="/g/data/if89/R/scrna-analysis",XDG_DATA_HOME="/scratch/vo75/fj9712/.local/share"Carefully note:
R_LIBS_USER="/g/data/if89/R/scrna-analysis",XDG_DATA_HOME="/scratch/vo75/fj9712/.local/share"contains a tab at the end of the string.Outcome: queued successfully!
Trying larger
gdata/vo75+scratch/vo75+gdata/if89R_LIBS_USER="/g/data/if89/R/scrna-analysis",XDG_DATA_HOME="/scratch/vo75/fj9712/.local/share"🎉 Queued successfully!
Other notes
Things to be addressed in README.md:
Beta Was this translation helpful? Give feedback.
All reactions