Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
markquintontulloch committed Jun 5, 2024
1 parent 90aa76c commit bd4e8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/preFTPdumps/perSpecies/pre_ftp_dumps.pl
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
my $outfile = "$report_dir/${spe}.${output}";
&clean_previous_output($outfile);

my $cmd = $wb->build_cmd("preFTPdump/perSpecies/$script -outfile $outfile $options");
my $cmd = $wb->build_cmd("preFTPdumps/perSpecies/$script -outfile $outfile $options");
my $job_id = WormSlurm::submit_job_with_name($cmd, 'production', $mem, '4:00:00', "${slurm_out}/${script}.${spe}.slurmout", "${slurm_out}/${script}.${spe}.slurmerr", "perSpeciesDumps_${spe}");
$slurm_jobs{$job_id} = $cmd;
push @{$files_to_check{$script}}, $outfile;
Expand Down

0 comments on commit bd4e8b9

Please sign in to comment.