minion_sequencing_from_start_to_finish
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| minion_sequencing_from_start_to_finish [2017/11/09 08:16] – 129.173.88.84 | minion_sequencing_from_start_to_finish [2021/09/06 10:43] (current) – 134.190.232.139 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== MINION SEQUENCING ====== | ||
| + | {{ : | ||
| + | |||
| + | Documentation by Sarah Shah and Jon Jerlström Hultqvist | ||
| + | |||
| This is a general protocol for monitoring and dealing with a MinION sequencing run. | This is a general protocol for monitoring and dealing with a MinION sequencing run. | ||
| - | **Programs used**: albacore ([[https:// | + | **Programs used**: albacore ([[https:// |
| Make sure there is enough disk space for the sequencing data to be stored. | Make sure there is enough disk space for the sequencing data to be stored. | ||
| Line 7: | Line 12: | ||
| Once you've loaded your flow cell and hit execute, keep an eye on the MinKNOW interface. Things you need to look out for: | Once you've loaded your flow cell and hit execute, keep an eye on the MinKNOW interface. Things you need to look out for: | ||
| * The muxing steps show similar pore availability as when the flow cell was QCed. | * The muxing steps show similar pore availability as when the flow cell was QCed. | ||
| - | * The active pore to in-strand pore ratio should preferably be 1:1. | + | * The active pore to in-strand pore ratio should preferably be >0.8. |
| * The fragment distribution shows sizes you'd expect to see (if your DNA was fragmented to 8kb, you should see most of your " | * The fragment distribution shows sizes you'd expect to see (if your DNA was fragmented to 8kb, you should see most of your " | ||
| * The biggest amount of data is produced during the first 12 hours. If there isn't much more data generated after that, you might want to RESTART the run. If that doesn' | * The biggest amount of data is produced during the first 12 hours. If there isn't much more data generated after that, you might want to RESTART the run. If that doesn' | ||
| < | < | ||
| - | Number of " | + | Number of " |
| + | Number of " | ||
| </ | </ | ||
| Line 38: | Line 44: | ||
| </ | </ | ||
| - | The " | + | The " |
| + | |||
| + | If a 1D^2 library has been sequenced (requires the FLO-MIN107 flow cell and the SQK-LSK308 script) has been we should invoke the " | ||
| + | |||
| + | < | ||
| + | |||
| + | # | ||
| + | #$ -S /bin/bash | ||
| + | . / | ||
| + | #$ -cwd | ||
| + | #$ -pe threaded 20 | ||
| + | |||
| + | source / | ||
| + | |||
| + | full_1dsq_basecaller.py full_1dsq_basecaller.py --input / | ||
| + | |||
| + | </ | ||
| After basecalling is done, merge the " | After basecalling is done, merge the " | ||
| Line 65: | Line 87: | ||
| porechop -i / | porechop -i / | ||
| </ | </ | ||
| + | |||
| + | To convert a fastq into a fasta (to assemble using miniasm for example), do: | ||
| + | < | ||
| + | cutadapt -o nameofoutput.fasta nameofyourinput.fastq | ||
| + | </ | ||
| + | |||
| + | A fastq file should be roughly double the size of a fasta file. | ||
| **Check your trimmed fastq quality using NanoStat/ | **Check your trimmed fastq quality using NanoStat/ | ||
| + | This shows you pretty plots and stats. | ||
| + | < | ||
| + | #!/bin/bash | ||
| + | #$ -S /bin/bash | ||
| + | . / | ||
| + | #$ -cwd | ||
| + | #$ -pe threaded 8 | ||
| + | |||
| + | source / | ||
| + | |||
| + | NanoPlot -t 8 --drop_outliers --readtype 1D -c purple -o / | ||
| + | |||
| + | #Remove the flag --drop_outliers if you'd like all of your reads to be analyzed. | ||
| + | </ | ||
| + | If your fragments sizes are correct and you have a good reads distribution and N50, you're good continue to **[[assembling_long_read_data|ASSEMBLING LONG READ DATA]]**. | ||
minion_sequencing_from_start_to_finish.1510229807.txt.gz · Last modified: by 129.173.88.84
