├── .github └── workflows │ ├── blank.yml │ └── label.yml ├── LICENSE ├── README.md ├── batch_split_to_subdirs.sh ├── bc_collector.ont.sh ├── run_guppy_SLURM.sh ├── run_guppy_barcoder.sh ├── runbatch_gpu_guppy.sh ├── runbatch_guppy.sh └── runbatch_singularity_guppy.sh /.github/workflows/blank.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colindaven/guppy_on_slurm/HEAD/.github/workflows/blank.yml -------------------------------------------------------------------------------- /.github/workflows/label.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colindaven/guppy_on_slurm/HEAD/.github/workflows/label.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colindaven/guppy_on_slurm/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colindaven/guppy_on_slurm/HEAD/README.md -------------------------------------------------------------------------------- /batch_split_to_subdirs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colindaven/guppy_on_slurm/HEAD/batch_split_to_subdirs.sh -------------------------------------------------------------------------------- /bc_collector.ont.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colindaven/guppy_on_slurm/HEAD/bc_collector.ont.sh -------------------------------------------------------------------------------- /run_guppy_SLURM.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colindaven/guppy_on_slurm/HEAD/run_guppy_SLURM.sh -------------------------------------------------------------------------------- /run_guppy_barcoder.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colindaven/guppy_on_slurm/HEAD/run_guppy_barcoder.sh -------------------------------------------------------------------------------- /runbatch_gpu_guppy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colindaven/guppy_on_slurm/HEAD/runbatch_gpu_guppy.sh -------------------------------------------------------------------------------- /runbatch_guppy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colindaven/guppy_on_slurm/HEAD/runbatch_guppy.sh -------------------------------------------------------------------------------- /runbatch_singularity_guppy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colindaven/guppy_on_slurm/HEAD/runbatch_singularity_guppy.sh --------------------------------------------------------------------------------