File: run_finalcif

package info (click to toggle)
finalcif 137%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 43,544 kB
  • sloc: python: 49,119; cpp: 67; sh: 51; makefile: 22
file content (9 lines) | stat: -rwxr-xr-x 224 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/bin/bash

# Runs the FinalCif Linux/MacOS application

# Before running this script, you probably need to run './install_requirements'

source venv/bin/activate
export PYTHONPATH=.
python3 finalcif/finalcif_start.py "$@"