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 47 48 49 50 51 52 53 54 55
|
.TH "cookbookpage" 3 "Fri Jun 19 2020" "iVar" \" -*- nroff -*-
.ad l
.nh
.SH NAME
cookbookpage \- Cookbook
Two pipelines to call iSNVs from known and unknown reference sequences have been written in \fCsnakemake\fP\&.
.PP
The two pipelines are distributed along with iVar and are present in the\fCpipeline/\fP and \fCpipeline_field/\fP fodlers respectively\&.
.PP
For both pipelines, there are four parameters that will have to be set in beginning of the Snakefile\&.
.PP
.PP
.nf
in_dir = "<input fastq files>"
out_dir = "<output directory>"
bed = "<bed-file-with-primer-positions>"
ref="<path to reference fasta>"
.fi
.PP
.PP
.PP
.SS "Call iSNVs from samples with known reference sequence"
.PP
\fCLink to Jupyter Notebook\fP
.PP
\fCLink to pipeline\fP
.PP
.SS "Dependencies:"
.PP
.IP "\(bu" 2
\fCiVar\fP
.IP "\(bu" 2
\fCsamtools\fP
.IP "\(bu" 2
\fCbwa\fP
.IP "\(bu" 2
\fCbedtools\fP
.PP
.PP
.SS "Call iSNVs from samples with unknown reference sequence"
.PP
\fCLink to pipeline\fP
.PP
.SS "Dependencies:"
.PP
.IP "\(bu" 2
\fCiVar\fP
.IP "\(bu" 2
\fCsamtools\fP
.IP "\(bu" 2
\fCbwa\fP
.IP "\(bu" 2
\fCbedtools\fP
.PP
|