We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How do we want to integrate:
Tripyview needs to make use of python try: for more robustness.
try:
We need to be able to launch failed jobs manually with -t post. Might have to fix dates and run number for this to work.
-t post
We can use inspect feature to visualize workflow, and shall take advantage of workflow manager.
The post jobs need to run in separate slurm jobs, filling one compute node.
We should automatically install environment from conda env yaml file if it does not exist yet. Multiple options where to install:
The text was updated successfully, but these errors were encountered:
JanStreffing
No branches or pull requests
How do we want to integrate:
Tripyview needs to make use of python
try:
for more robustness.We need to be able to launch failed jobs manually with
-t post
. Might have to fix dates and run number for this to work.We can use inspect feature to visualize workflow, and shall take advantage of workflow manager.
The post jobs need to run in separate slurm jobs, filling one compute node.
We should automatically install environment from conda env yaml file if it does not exist yet. Multiple options where to install:
The text was updated successfully, but these errors were encountered: