Creosote

From CoGepedia
Revision as of 14:55, 4 August 2011 by Elyons (Talk | contribs) (elyons@icoge (~/projects/genome/data/creosote/Sample_lane3) $ python -m jcvi.apps.baseclean trim lane3_NoIndex_L003_R1_001.fastq lane3_NoIndex_L003_R2_001.fastq 14:00:38 [base::DEBUG] wget http://www.)

Jump to: navigation, search

Creosote genome sequencing and assembly notes:

>Adapter 4
TGACCA
>Adapter 4 rc
TGGTCA
    • Command-line run:
Running /home/elyons/bin/trimReads  -Q 33 -f /home/elyons/projects/genome/data/creosote/Sample_lane3/adapter/adapter.faa ./lane3_NoIndex_L003_R2_015.fastq
    • Output of trimReads:


Steps:

  • Merge R1 files; merge R2 files
  • gzip them
  • Run this: python -m jcvi.apps.baseclean trim R1.fastq.gz R2.fastq.gz
    • NOTE: This program should download trimmomatic, but may need to update the path of the timmomatic program in the program
  • Note: Bao recommends CLC for genome assembly. Runs faster, less memory, less sensitive to bad data. Compute intensive.


  • python -m jcvi.formats.fastq convert (read help file, default converstion
  • python -m jcvi.apps.baseclean trim fastqfile (single ended)
  • python -m jcvi.apps.baseclean trim R1.fastq.gz R2.fastq.gz (paired ended)
  • Cat all the R1s together
  • Cat all the R2s together