Hello, I noticed that SNPGenie's successful runs exit with what seems to me to be inconsistent exit codes: 0 or 25. From my experience, runs with warnings exit with code 0 and runs w/o warnings exit with code 25 which is particularly counterintuitive. Any code other than 0 means a failure. In practical terms, this breaks e.g. snakemake rules or stuff like snpgenie.pl && mv results to_some_other_dir. I'm using snpgenie 1.0 via bioconda.
Hello, I noticed that
SNPGenie's successful runs exit with what seems to me to be inconsistent exit codes: 0 or 25. From my experience, runs with warnings exit with code 0 and runs w/o warnings exit with code 25 which is particularly counterintuitive. Any code other than 0 means a failure. In practical terms, this breaks e.g. snakemake rules or stuff likesnpgenie.pl && mv results to_some_other_dir. I'm usingsnpgenie 1.0via bioconda.