Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bonus material: running novice examples on remote system #97

Open
mr-c opened this issue Mar 28, 2022 · 0 comments
Open

bonus material: running novice examples on remote system #97

mr-c opened this issue Mar 28, 2022 · 0 comments

Comments

@mr-c
Copy link
Collaborator

mr-c commented Mar 28, 2022

This will be a general guide that should be customized and tested by the instructors for a specific system.

Recipe:

  1. Install https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack
  2. Connect to the remote Linux system from VS Code: https://code.visualstudio.com/docs/remote/ssh#_connect-to-a-remote-host
  3. Make a Python virtual environment using Python 3.7 or newer: python3.7 -m venv env or similar. HPC/HTC systems may need to use module load local_name_for_python or another command to enable the newer version of Python.
  4. clusters: Install toil-cwl-runner: pip install toil[cwl]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant