Info |
---|
Status (28 April 02 May 2022)
|
Table of Contents |
---|
Demultiplexing and splitting
...
splitFastq.pl
and splitFastq_manyInputfiles.pl
will need tweaking in the future, whenever sample names and the format of the key for demultiplexing and metadata changes. The number of columns has differed among some of early sequence lanes, which necessitated changes to this parsing script.
Below This Point is yet to be done
Calculate summary statistics on reads
...
In /project/microbiome/data_queue/seq/psomagen_6mar20NS5/coligoISD
, /project/microbiome/data/seq/psomagen_26may20NS5/coligoISD
, and /project/microbiome/data/seq/psomagen_29jan21novaseq1cNS5/coligoISD
, there are 16S
and ITS
directories for all projects. These contain a file named coligoISDtable.txt
with counts of the coligos and the ISD found in the trimmed forward reads, per sample. The file run_slurm_mkcoligoISDtable.pl
has the code that passes over all of the projects and uses vsearch
for making the table.
...