Skip to content

Commit

Permalink
Update text
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre committed Dec 8, 2023
1 parent 93fd212 commit f751e68
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_jupyter_nextflow_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Push Jupyter-Nextflow image
on:
push:
paths:
- jupyter-nextflow/Dockerfile
- jupyter-nextflow
- .github/workflows/build_jupyter_nextflow_image.yml

jobs:
Expand Down
10 changes: 6 additions & 4 deletions jupyter-nextflow/nextflow-welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,12 @@ <h2 class=header>Get started with Nextflow</h2>
needs. To get started:
</p>
<ul>
<li>Copy the contents of <a href="./data/sample-nextflow.config">your
sample configuration file</a> to a new "nextflow.config" file.
<li>Open a new "Launcher" tab and open a terminal.
<li>Run the Hello World workflow in the terminal with command "nextflow
run hello".
<li>You can find your sample configuration file in the "data" directory.
Copy it to a new "nextflow.config" file by running this command in the
terminal: <code>cp
./data/sample-nextflow-config.txt ./nextflow.config</code>
<li>Launch a Hello World workflow by running this command in the terminal:
<code>nextflow run hello</code>
</ul>
</div>

0 comments on commit f751e68

Please sign in to comment.