You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: slides/creators/Python_in_Snakemake.tex
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -299,7 +299,7 @@ \subsection{Snakemake and external Scripts}
299
299
input:
300
300
"calls/all.vcf"
301
301
output:
302
-
"plots/quals.svg"
302
+
"calls/quals.png"
303
303
@script:@
304
304
"scripts/plot-quals.py"
305
305
\end{lstlisting}
@@ -322,7 +322,7 @@ \subsection{Snakemake and external Scripts}
322
322
input:
323
323
"calls/all.vcf", # note the comma!
324
324
"calls/positions.png",
325
-
@"calls/quals.svg"@
325
+
@"calls/quals.png"@
326
326
\end{lstlisting}
327
327
\end{frame}
328
328
@@ -478,7 +478,7 @@ \subsection{Running the final Workflow}
478
478
\frametitle{\HandsOn{Visualising the Output}}
479
479
On <++cluster.name++> the Linux distro is "<++cluster.distro++>", which \newline provides the \altverb{<++cluster.display_program++>}-program to display simple images. We shall invoke:
0 commit comments