generated from bokulich-lab/q2-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
newest bash scripts for slurm ignoring json files
- Loading branch information
1 parent
2dd2deb
commit d8d0fad
Showing
4 changed files
with
23 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -158,3 +158,7 @@ x_* | |
# logs from slurm launches | ||
*_err.txt | ||
*_out.txt | ||
|
||
# all but one json config file | ||
*.json | ||
!run_config.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#!/bin/bash | ||
|
||
#SBATCH --job-name="r_5c_cpu_t10_compare" | ||
#SBATCH -A es_bokulich | ||
#SBATCH --nodes=1 | ||
#SBATCH --cpus-per-task=16 | ||
#SBATCH --time=01:59:59 | ||
#SBATCH --mem-per-cpu=1024 | ||
#SBATCH --output="%x_out.txt" | ||
#SBATCH --open-mode=append | ||
|
||
python q2_ritme/eval_best_trial_overall.py --model_path "experiments/models" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters