post-processing_of_pacbio_assemblies_using_circlator
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
post-processing_of_pacbio_assemblies_using_circlator [2018/03/12 13:59] – [활용 방법] hyjeong | post-processing_of_pacbio_assemblies_using_circlator [2021/03/17 13:09] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 13: | Line 13: | ||
(압축 해제 후 수정) jobs_016_016493_data_consensus.fasta | (압축 해제 후 수정) jobs_016_016493_data_consensus.fasta | ||
다시 이를 Reference sequence로 등록한다. Name은 " | 다시 이를 Reference sequence로 등록한다. Name은 " | ||
- | ^ Step ^ input | Outout | + | ^ Step ^ input | Output |
| 1 (HGAP) | | 1 (HGAP) | ||
| 2 (Resequencing) | | 2 (Resequencing) | ||
Line 22: | Line 22: | ||
(2) scf7180000000030|quiver|quiver | (2) scf7180000000030|quiver|quiver | ||
(3) scf7180000000030|quiver|quiver|quiver | (3) scf7180000000030|quiver|quiver|quiver | ||
+ | | ||
+ | ==== Pilon ==== | ||
+ | $ midir bowtie2 | ||
+ | $ bowtie2-build REFERENCE.fasta bowtie2/ | ||
+ | $ bowtie2 -p 24 -x bowtie2/ | ||
+ | $ samtools view -b -S -o mapping.bam mapping.sam | ||
+ | $ samtools sort [ -T / | ||
+ | $ samtools index mapping.sorted.bam | ||
+ | $ pilon --genome 06.fixstart.fasta --frags mapping.sorted.bam | ||
===== Circlator 개요 ===== | ===== Circlator 개요 ===== | ||
PacBio long read를 이용하여 염색체 수준의 조립물을 얻는 것은 이제 아주 일상적인 일이 되었다. 세균의 염색체는 원형이므로, | PacBio long read를 이용하여 염색체 수준의 조립물을 얻는 것은 이제 아주 일상적인 일이 되었다. 세균의 염색체는 원형이므로, | ||
Line 41: | Line 50: | ||
* (인내심이 부족한 사람들을 위해) https:// | * (인내심이 부족한 사람들을 위해) https:// | ||
- | 입력물은 contig sequence file과 corrected reads(fasta or fastq)이며, | + | 입력물은 contig sequence file과 corrected reads(fasta or fastq)이며, |
(필요한 경우) $ pyenv global 3.5.1 | (필요한 경우) $ pyenv global 3.5.1 | ||
Line 47: | Line 56: | ||
$ circlator progcheck (optional) | $ circlator progcheck (optional) | ||
$ circlator all [options] < | $ circlator all [options] < | ||
+ | | ||
+ | ===== 교정과 circlator, 어느 것을 먼저 할까? ===== | ||
post-processing_of_pacbio_assemblies_using_circlator.1520830773.txt.gz · Last modified: (external edit)