diff options
Diffstat (limited to 'workflows/pull-data/genbank/.guix-run')
-rw-r--r-- | workflows/pull-data/genbank/.guix-run | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/workflows/pull-data/genbank/.guix-run b/workflows/pull-data/genbank/.guix-run new file mode 100644 index 0000000..1403c69 --- /dev/null +++ b/workflows/pull-data/genbank/.guix-run @@ -0,0 +1,5 @@ +#!/bin/sh +# Runner + +echo python3 from_genbank_to_fasta_and_yaml.py +guix environment guix --ad-hoc python python-biopython python-requests python-dateutil |