nanopore-basecalling-scripts icon indicating copy to clipboard operation
nanopore-basecalling-scripts copied to clipboard

Some simple scripts to ease management and local basecalling of millions of FAST5 files

Results 3 nanopore-basecalling-scripts issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for the scripts, they have been very useful so far! I have one (possibly silly) question. I am running the following script: #!/bin/bash while true; do rm -rf...

To make this a little more friendly to those not familiar with `bash`, maybe change the formatting of rm -rf staging python stageflowcells.py data basecalls staging read_fast5_basecaller.py -r -i staging/$flowcell...

When I run rsync with the command you specified (without deleting the original files), it has two "issues" that might be solved with my suggestion 1. In each loop all...