Skip to content
Snippets Groups Projects
Commit 95872c9f authored by Ravi Tripathi's avatar Ravi Tripathi
Browse files

Added a variable to loop through, rather then a hard path

parent b55522fe
No related branches found
No related tags found
Loading
......@@ -13,7 +13,7 @@ mkdir $jobs_out_dir
mkdir $jobs_err_dir
# Start a for loop to run through all the files in $data_dir
for file_name in `ls test_dir`
for file_name in `ls $data_dir`
do
# Create a slurm script for processing the current file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment