There are two ways to give the FASTQ file locations to CCseqBasic tool :
--R1 /this/is/full/path/to/R1.fastq --R2 /this/is/full/path/to/R2.fastqIf your fastqs are gz-packed, complement this with --gz flag :
--gz --R1 /this/is/full/path/to/R1.fastq.gz --R2 /this/is/full/path/to/R2.fastq.gz
/this/is/full/path/to/firstLane_R1.fastq /this/is/full/path/to/firstLane_R2.fastq /this/is/full/path/to/secondLane_R1.fastq /this/is/full/path/to/secondLane_R2.fastqor
firstLane_R1.fastq firstLane_R2.fastq /this/is/where/both/firstLane/files/are secondLane_R1.fastq secondLane_R2.fastq /this/is/where/both/secondLane/files/areagain, if you have gzipped files, provide the run command with
--gz