"planemo upload commit 08e13026c6990a76f8e58fc52d0ea25e8a9e2880-dirty"
author |
jasmine_amir |
date |
Fri, 10 Jun 2022 14:08:43 -0400 |
parents |
afdc30585627 |
children |
9ed30c4c6907 |
rev |
line source |
jasmine_amir@0
|
1 #!/usr/bin/env bash
|
jasmine_amir@7
|
2 export PYTHONPATH="${PYTHONPATH}:/dep/_conda/envs/mulled-v1-e768cf6204601aaa1882cdead0f0e26ecc34bb4b986922cb2c9548acfe186937/lib/python3.7/site-packages"
|
jasmine_amir@1
|
3 #echo "The script you are running has basename $( basename -- "$0"; ), dirname $( dirname -- "$0"; )";
|
jasmine_amir@1
|
4 #echo "The present working directory is $( pwd; )";
|
jasmine_amir@0
|
5 python3 $( dirname -- "$0"; )/SNRQK2.py $1
|