Difference between revisions of "2017 Jungmin Lab note"

From Crop Genomics Lab.
Jump to: navigation, search
(Jatropha)
(Gapfiller)
Line 8: Line 8:
 
====Gapfiller====
 
====Gapfiller====
 
https://www.baseclear.com/base/download/39GapFiller_v1-10_linux-x86_64.tar.gz
 
https://www.baseclear.com/base/download/39GapFiller_v1-10_linux-x86_64.tar.gz
 +
 +
 +
library
 +
pe_lib.txt
 +
lib200 bwa /NGS/NGS/JatrophaCurcas/DNA/Jatropha_1_PE_200bp_1.fastq /NGS/NGS/JatrophaCurcas/DNA/Jatropha_1_PE_200bp_2.fastq 200 0.2 FR
 +
 +
nohup perl ~/bin/GapFiller_v1-10_linux-x86_64/GapFiller.pl -l pe_lib.txt -s /home/jungminh/jatropha/sspace/standard_output/standard_output.final.scaffolds.fasta -T 8 &
  
 
== 1.10 ==
 
== 1.10 ==

Revision as of 04:05, 9 January 2017

Contents

1.9

Jatropha

Illumina PE trimming

nohup ./IlluQC.pl -pe /NGS/NGS/JatrophaCurcas/DNA/Jatropha_1_PE_200bp_1.fastq /NGS/NGS/JatrophaCurcas/DNA/Jatropha_1_PE_200bp_2.fastq 2 A -p 8 &


Gapfiller

https://www.baseclear.com/base/download/39GapFiller_v1-10_linux-x86_64.tar.gz


library pe_lib.txt lib200 bwa /NGS/NGS/JatrophaCurcas/DNA/Jatropha_1_PE_200bp_1.fastq /NGS/NGS/JatrophaCurcas/DNA/Jatropha_1_PE_200bp_2.fastq 200 0.2 FR

nohup perl ~/bin/GapFiller_v1-10_linux-x86_64/GapFiller.pl -l pe_lib.txt -s /home/jungminh/jatropha/sspace/standard_output/standard_output.final.scaffolds.fasta -T 8 &

1.10