Mercurial > repos > onnodg > cdhit_analysis
comparison cdhit_analysis.sh @ 2:706b7acdb230 draft
planemo upload for repository https://github.com/Onnodg/Naturalis_NLOOR/tree/main/NLOOR_scripts/process_clusters_tool commit c2020ecc91cea0c8cf7439180cf796743c838b4d-dirty
| author | onnodg |
|---|---|
| date | Tue, 21 Oct 2025 07:54:21 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 1:ff68835adb2b | 2:706b7acdb230 |
|---|---|
| 1 #!/bin/bash | |
| 2 | |
| 3 SCRIPTDIR=$(dirname "$(readlink -f "$0")") | |
| 4 python $SCRIPTDIR"/cdhit_analysis.py" "$@" | |
| 5 | |
| 6 # sanity check | |
| 7 printf "Conda env: %s\n" "$CONDA_DEFAULT_ENV" | |
| 8 printf "Python version: %s\n" "$(python --version | awk '{print $2}')" | |
| 9 printf "Matplotlib version: %s\n" "$(python -c 'import matplotlib; print(matplotlib.__version__)')" | |
| 10 printf "Pandas version: %s\n" "$(python -c 'import pandas; print(pandas.__version__)')" | |
| 11 printf "Openpyxl version: %s\n" "$(python -c 'import openpyxl; print(openpyxl.__version__)')" | |
| 12 printf "Bash version: %s\n" "${BASH_VERSION}" | |
| 13 printf "SCRIPTDIR: %s\n\n" "$SCRIPTDIR" |
