Strategies for scientific computing, numerical methods, bioinformatics/DNA tasks, logic circuit design, algorithmic challenges, and ML training tasks.
Multi-step scientific analysis MUST be written as a single .py file to avoid state loss:
with open('/app/solve.py', 'w') as f:
f.write("""#!/usr/bin/env python3
import numpy as np
# ... complete self-contained solution ...
""")
# Then run: bash("python3 /app/solve.py")
oligotm CLI if available for Tm calculation (check with which oligotm)primer3_core if available for automated primer design-tp 1 -sc 1 -mv 50 -dv 2 -n 0.8 -d 500 (Santa Lucia, salt-corrected)python3 -c "import torch; print(torch.cuda.is_available())"