Skip to content

Commit

Permalink
fix: inserted configuration values for exercise 04
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeesters committed Apr 17, 2024
1 parent a6429d6 commit abe8c40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion slides/creators/A_First_Workflow.tex
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ \subsection{A first Step or ``Rule''}
"samtools sort -T sorted_reads/{wildcards.sample} "
"-O bam {input} > {output}"
\end{lstlisting}
You will find this solution in \pathtosolutions{04_Snakefile}
You will find this solution in \altverb{<++course.pathtosolutions++>/04_Snakefile}.
\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Expand Down
2 changes: 1 addition & 1 deletion slides/creators/A_First_Workflow_condensed.tex
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ \subsection{A first Step or ``Rule''}
"samtools sort -T sorted_reads/{wildcards.sample} "
"-O bam {input} > {output}"
\end{lstlisting}
You will find this solution in \pathtosolutions{04_Snakefile}
You will find this solution in \altverb{<++course.pathtosolutions++>/04_Snakefile}.
\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Expand Down

0 comments on commit abe8c40

Please # to comment.