Status (9 February 2021)
Alex Buerkle is processing the data and will document here.
Demultiplexing and splitting
The raw sequence data are in
/project/microbiome/data/seq/gtl_tests/iSeq100Pilot1_brew_30nov20/rawdata
.I uncompressed the forward and reverse read files with
unpigz
on an interactive node (could also used single-threaded gunzip).I fixed the line-endings (from MS DOS line-endings) in the
Brew_20_DEMUX.csv
withdos2unix Brew_20_DEMUX.csv
I ran
sbatch run_slurm_parse_count.sh
after editingrun_slurm_parse_count.sh
to have the correct filenames and string for the sequencer id.