Files
biobox/src/agat/agat_convert_bed2gff/test_data/script.sh
CI 47c9784250 Build branch v0.3 with version v0.3.0 (d86bd5c)
Build pipeline: viash-hub.biobox.v0.3-cl68g

Source commit: d86bd5cf62

Source message: Merge remote-tracking branch 'origin/main' into v0.3
2024-12-03 11:09:46 +00:00

10 lines
425 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/in/test.bed src/agat/agat_convert_bed2gff/test_data/test.bed
cp -r /tmp/agat_source/t/scripts_output/out/agat_convert_bed2gff_1.gff src/agat/agat_convert_bed2gff/test_data/agat_convert_bed2gff_1.gff