split_fq: split fastq into pre-determined number of splits

Description Usage Arguments Details

Description

This calls a internal module

Usage

1
2
3
split_fq(x, samplename, jobname,
  split_fq_exe = system.file("scripts/split_fq.sh", package = "ngsflows"),
  chunks = 200)

Arguments

x

file to split

chunks

approx size of resulting file, in MB

Details

estimate the number of splits required pre-compute the number of splits it would generate make commands to make the split approx, make 200mb files, for splitting...


flow-r/ngsflows documentation built on May 16, 2019, 1:25 p.m.