Files
biobox/src/agat/agat_convert_mfannot2gff/test_data/script.sh
CI 6d207c38eb Build branch refactor_meta_functionality_name with version refactor_meta_functionality_name (37ea93f)
Build pipeline: viash-hub.biobox.refactor-meta-functionality-name-dmd5m

Source commit: 37ea93fbdf

Source message: Update CHANGELOG
2025-04-22 08:29:13 +00:00

10 lines
407 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.mfannot src/agat/agat_convert_mfannot2gff/test_data/
cp -r /tmp/agat_source/t/scripts_output/out/agat_convert_mfannot2gff_1.gff src/agat/agat_convert_mfannot2gff/test_data/