Skip to content
This repository has been archived by the owner on Feb 28, 2025. It is now read-only.

Commit

Permalink
fixed config path
Browse files Browse the repository at this point in the history
  • Loading branch information
georgiesamaha authored Mar 3, 2022
1 parent 8ce7ec5 commit da8ecc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion align_make_input.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ do
done
done
fi
done < "../${cohort}.config"
done < "${cohort}.config"

tasks=`wc -l < $inputs`
printf "Number of alignment tasks to run: ${tasks}\n"

0 comments on commit da8ecc3

Please sign in to comment.