Skip to content

Commit

Permalink
Update Intro_AWS_Batch.ipynb
Browse files Browse the repository at this point in the history
fixed notebook
  • Loading branch information
zbyosufzai authored Jan 23, 2025
1 parent 888ac90 commit 14f12ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/AWSBatch/Intro_AWS_Batch.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,8 @@
"#Install nexflow, make it exceutable, and update it\n",
"! curl https://get.nextflow.io | bash\n",
"! chmod +x nextflow\n",
"! ./nextflow self-update"
"#add nextflow to your path"
"! ./nextflow self-update",
"#add nextflow to your path",
"! sudo mv $PWD/nextflow /usr/local/bin/"
]
},
Expand Down

0 comments on commit 14f12ac

Please sign in to comment.