Skip to content

Commit

Permalink
renamed logs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-VM committed Jul 30, 2024
1 parent 2859dae commit f729024
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Create folders
mkdir -p fasta_inputs
mkdir -p slurm_logs
mkdir -p logs

# Find all .gz files and write them to a file list
# TODO: add if to check >1 fasta files are available in assembly results
Expand All @@ -25,8 +25,8 @@ cat <<EOF > _00_unzip_jobarray.sbatch
#SBATCH --partition short_idx
#SBATCH --array=1-$num_files
#SBATCH --chdir $scratch_dir
#SBATCH --output slurm_logs/slurm-%A_%a.out
#SBATCH --error slurm_logs/slurm-%A_%a.err
#SBATCH --output logs/slurm-%A_%a.out
#SBATCH --error logs/slurm-%A_%a.err
# Get the file to process
file=\$(sed -n "\${SLURM_ARRAY_TASK_ID}p" $ASSEMBLY_LIST)
Expand Down

0 comments on commit f729024

Please sign in to comment.