diff --git a/algorithm_config.yaml b/algorithm_config.yaml new file mode 100644 index 0000000000000000000000000000000000000000..a209a5d1636a8da88a63524cdbc11262efcca6be --- /dev/null +++ b/algorithm_config.yaml @@ -0,0 +1,20 @@ +# DO NOT DELETE +# THIS CONFIG IS AUTO-GENERATED BY ADE UI +algo_name: reads2 +version: master +environment: ubuntu +repository_url: https://repo.uat.maap-project.org/maap-dev/readstwo.git +docker_url: kosted/bmap-stack:latest +# queue chosen when registering +queue: 15GB + +# fill out these fields +# explain what this algorithm does +description: +# path to the wrapper script for running the algorithm +run_command: readstwo/run.sh +# set a storage value in GB or MB or KB, e.g. "100GB", "20MB", "10KB" +disk_space: 10GB +inputs: +# remove below this line if no inputs +# rename and set algorithm input names accordingly \ No newline at end of file