Files
biobox/src/agat/agat_convert_sp_gff2tsv/test_data/script.sh
CI bb63aa6a3e Build branch bump-viash-version with version bump-viash-version (448a66d)
Build pipeline: viash-hub.biobox.bump-viash-version-pjn8d

Source commit: 448a66d52e

Source message: fix agat requirements
2025-03-04 21:54:31 +00:00

11 lines
396 B
Bash
Executable File

#!/bin/bash
# clone repo
if [ ! -d /tmp/agat_source ]; then
git clone --depth 1 --single-branch --branch master https://github.com/NBISweden/AGAT /tmp/agat_source
fi
# copy test data
cp -r /tmp/agat_source/t/scripts_output/out/agat_convert_sp_gff2tsv_1.tsv src/agat/agat_convert_sp_gff2tsv/test_data
cp -r /tmp/agat_source/t/scripts_output/in/1.gff src/agat/agat_convert_sp_gff2tsv/test_data