diff --git a/scripts/build_binaries.sh b/scripts/build_binaries.sh index 6905226..adfb5c9 100755 --- a/scripts/build_binaries.sh +++ b/scripts/build_binaries.sh @@ -11,13 +11,9 @@ checkdep() { } } -checkdep cargo "Rust Toolchain" +checkdep cargo "Rust toolchain" # Build binaries and copy them to the /helper_scripts folder cd $CURRENT_LOCATION/helper_scripts/unipept-database-rs cargo build --release - -for BINARY in "functional-analysis" "lcas" "taxa-by-chunk" "taxons-lineages" "taxons-uniprots-tables" "write-to-chunk" "xml-parser" -do - cp "./target/release/$BINARY" .. -done +find ./target/release -maxdepth 1 -type f -executable -exec cp {} .. \; diff --git a/scripts/helper_scripts/.gitignore b/scripts/helper_scripts/.gitignore index dbfeff6..38df1f8 100644 --- a/scripts/helper_scripts/.gitignore +++ b/scripts/helper_scripts/.gitignore @@ -1,4 +1,5 @@ # Ignore the compiled binaries that get moved here +dat-parser functional-analysis lcas taxa-by-chunk