Skip to content

Commit

Permalink
Update visualization
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Oct 29, 2024
1 parent 4dd6098 commit fbdeb95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pipeline/main_local.nf
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ process visualization {
echo "[${task.tag}] cloning git repo..."
git clone "https://github.com/AllenNeuralDynamics/aind-ephys-visualization.git" capsule-repo
git -C capsule-repo checkout 41793681a7f34bd641970f4ebd416afa073bd934 --quiet
git -C capsule-repo checkout bc4a6b7ed63624f7f1b280c0e23cf82cf330ae6a --quiet
mv capsule-repo/code capsule/code
rm -rf capsule-repo
Expand Down
2 changes: 1 addition & 1 deletion pipeline/main_slurm.nf
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ process visualization {
echo "[${task.tag}] cloning git repo..."
git clone "https://github.com/AllenNeuralDynamics/aind-ephys-visualization.git" capsule-repo
git -C capsule-repo -c core.fileMode=false checkout 41793681a7f34bd641970f4ebd416afa073bd934 --quiet
git -C capsule-repo -c core.fileMode=false checkout bc4a6b7ed63624f7f1b280c0e23cf82cf330ae6a --quiet
mv capsule-repo/code capsule/code
rm -rf capsule-repo
Expand Down

0 comments on commit fbdeb95

Please sign in to comment.