A nextflow pipeline to estimate sample (dis)similarity using kWIP
To run on CBE:
module load nextflow/19.01.0
module load singularity/3.4.1
Single end:
nextflow run Gregor-Mendel-Institute/kWIP-nf --reads '/path/to/*fastq.gz' -profile cbe
Paired end:
nextflow run Gregor-Mendel-Institute/kWIP-nf --reads --pairedEnd '/path/to/*{1,2}*fastq.gz' -profile cbe
--reads
(path to read(pair)srequired
)--pairedEnd
(set if dealing with paired end readsdefault false
)--trim
(trim readsdefault true
)--clip_r1
(bases to trim off 5' read 1default 0
)--clip_r2
(bases to trim off 5' read 2default 0
)--three_prime_clip_r1
(bases to trim off 3' read 1default 0
)--three_prime_clip_r1
(bases to trim off 3' read 2default 0
)--k_size
(size of k-mersdefault 20
)--tablesize
(size of hashtabledefault 1e9
)
https://doi.org/10.1371/journal.pcbi.1005727
https://github.com/FelixKrueger/TrimGalore/blob/master/Docs/Trim_Galore_User_Guide.md