├── Figures ├── l50s.pdf ├── m54138_180610_050652.adsPerClr.pdf ├── m54138_180610_050652.readLenHists.pdf ├── m54138_180610_050652.subsPerClr.pdf ├── n50s.pdf ├── psrs.pdf ├── subedClrSizesBoxplots.pdf ├── subreadSizesBoxplots.pdf ├── summaryTable.txt ├── totalBasesBarplot.pdf └── zors.pdf ├── LICENSE ├── README.md ├── Scripts ├── SequelTools.sh ├── filterReads.py ├── generateReadLenStats_noScraps.py ├── generateReadLenStats_wScraps.py ├── plotForSequelQC_noScraps.R ├── plotForSequelQC_wScraps.R ├── subsampleReads_noScraps.py └── subsampleReads_wScraps.py ├── benchmarking.md └── evaluation.md /Figures/l50s.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISUgenomics/SequelTools/HEAD/Figures/l50s.pdf -------------------------------------------------------------------------------- /Figures/m54138_180610_050652.adsPerClr.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISUgenomics/SequelTools/HEAD/Figures/m54138_180610_050652.adsPerClr.pdf -------------------------------------------------------------------------------- /Figures/m54138_180610_050652.readLenHists.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISUgenomics/SequelTools/HEAD/Figures/m54138_180610_050652.readLenHists.pdf -------------------------------------------------------------------------------- /Figures/m54138_180610_050652.subsPerClr.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISUgenomics/SequelTools/HEAD/Figures/m54138_180610_050652.subsPerClr.pdf -------------------------------------------------------------------------------- /Figures/n50s.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISUgenomics/SequelTools/HEAD/Figures/n50s.pdf -------------------------------------------------------------------------------- /Figures/psrs.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISUgenomics/SequelTools/HEAD/Figures/psrs.pdf -------------------------------------------------------------------------------- /Figures/subedClrSizesBoxplots.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISUgenomics/SequelTools/HEAD/Figures/subedClrSizesBoxplots.pdf -------------------------------------------------------------------------------- /Figures/subreadSizesBoxplots.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISUgenomics/SequelTools/HEAD/Figures/subreadSizesBoxplots.pdf -------------------------------------------------------------------------------- /Figures/summaryTable.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISUgenomics/SequelTools/HEAD/Figures/summaryTable.txt -------------------------------------------------------------------------------- /Figures/totalBasesBarplot.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISUgenomics/SequelTools/HEAD/Figures/totalBasesBarplot.pdf -------------------------------------------------------------------------------- /Figures/zors.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISUgenomics/SequelTools/HEAD/Figures/zors.pdf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISUgenomics/SequelTools/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISUgenomics/SequelTools/HEAD/README.md -------------------------------------------------------------------------------- /Scripts/SequelTools.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISUgenomics/SequelTools/HEAD/Scripts/SequelTools.sh -------------------------------------------------------------------------------- /Scripts/filterReads.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISUgenomics/SequelTools/HEAD/Scripts/filterReads.py -------------------------------------------------------------------------------- /Scripts/generateReadLenStats_noScraps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISUgenomics/SequelTools/HEAD/Scripts/generateReadLenStats_noScraps.py -------------------------------------------------------------------------------- /Scripts/generateReadLenStats_wScraps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISUgenomics/SequelTools/HEAD/Scripts/generateReadLenStats_wScraps.py -------------------------------------------------------------------------------- /Scripts/plotForSequelQC_noScraps.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISUgenomics/SequelTools/HEAD/Scripts/plotForSequelQC_noScraps.R -------------------------------------------------------------------------------- /Scripts/plotForSequelQC_wScraps.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISUgenomics/SequelTools/HEAD/Scripts/plotForSequelQC_wScraps.R -------------------------------------------------------------------------------- /Scripts/subsampleReads_noScraps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISUgenomics/SequelTools/HEAD/Scripts/subsampleReads_noScraps.py -------------------------------------------------------------------------------- /Scripts/subsampleReads_wScraps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISUgenomics/SequelTools/HEAD/Scripts/subsampleReads_wScraps.py -------------------------------------------------------------------------------- /benchmarking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISUgenomics/SequelTools/HEAD/benchmarking.md -------------------------------------------------------------------------------- /evaluation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ISUgenomics/SequelTools/HEAD/evaluation.md --------------------------------------------------------------------------------