Skip to content

Commit

Permalink
change messaging on publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
pinin4fjords authored Nov 18, 2024
1 parent ffc5aff commit 409c4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hello_nextflow/04_hello_genomics.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ You should recognize all the pieces from what you learned in Part 1 & Part 2 of

!!! note

Even though the data files we're using here are very small, in genomics they can get very large, so we should get into the habit of using symbolic links rather than making actual copies of these files, unless there's a compelling reason to do so.
Even though the data files we're using here are very small, in genomics they can get very large. For the purposes of demonstration in the teaching environment, we're using the 'symlink' publishing mode to avoid unnecessary file copies. You shouldn't do this in your final workflows, since you'll lose results when you clean up your `work` directory.

This process is going to require us to pass in a file path via the `input_bam` input, so let's set that up next.

Expand Down

0 comments on commit 409c4a2

Please sign in to comment.