This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Initial timeout in seconds to wait before checking the SSH sessions | |
SLEEP_DURATION=300 # 5 minutes | |
# Additional wait time for the final check | |
FINAL_CHECK_DELAY=600 # 10 minutes | |
# Function to check tmux sessions | |
check_tmux_sessions() { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pandas | |
numpy | |
matplotlib | |
scipy | |
ipymol | |
seaborn | |
dm-tree | |
py3Dmol | |
nglview | |
biopython |