1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Two pipelines to call i\+S\+N\+Vs from known and unknown reference sequences have been written in \href{https://snakemake.readthedocs.io/en/stable/}{\tt snakemake}.
The two pipelines are distributed along with i\+Var and are present in the\href{https://github.com/andersen-lab/ivar/tree/master/pipeline}{\tt pipeline/} and \href{https://github.com/andersen-lab/ivar/tree/master/pipeline_field}{\tt pipeline\+\_\+field/} fodlers respectively.
For both pipelines, there are four parameters that will have to be set in beginning of the Snakefile.
\begin{DoxyCode}
in\_dir = "<input fastq files>"
out\_dir = "<output directory>"
bed = "<bed-file-with-primer-positions>"
ref="<path to reference fasta>"
\end{DoxyCode}
\subsubsection*{Call i\+S\+N\+Vs from samples with known reference sequence}
\href{https://github.com/andersen-lab/paper_2018_primalseq-ivar/blob/master/cookbook/CookBook.ipynb}{\tt Link to Jupyter Notebook}
\href{https://github.com/andersen-lab/ivar/tree/master/pipeline}{\tt Link to pipeline}
\paragraph*{Dependencies\+:}
\begin{DoxyItemize}
\item \href{https://github.com/andersen-lab/ivar}{\tt i\+Var}
\item \href{https://htslib.org/}{\tt samtools}
\item \href{https://github.com/lh3/bwa}{\tt bwa}
\item \href{https://bedtools.readthedocs.io/en/latest/}{\tt bedtools}
\end{DoxyItemize}
\subsubsection*{Call i\+S\+N\+Vs from samples with unknown reference sequence}
\href{https://github.com/andersen-lab/ivar/tree/master/pipeline_field/}{\tt Link to pipeline}
\paragraph*{Dependencies\+:}
\begin{DoxyItemize}
\item \href{https://github.com/andersen-lab/ivar}{\tt i\+Var}
\item \href{https://htslib.org/}{\tt samtools}
\item \href{https://github.com/lh3/bwa}{\tt bwa}
\item \href{https://bedtools.readthedocs.io/en/latest/}{\tt bedtools}
\end{DoxyItemize}
|