Results for "Fastq"

Blogs

Bookmarks

Files

  • Download blasr 1.3 version

    ...n_core] convert to sequence coordinate... 1.00 sec[bwa_aln_core] refine gapped alignments... 6.07 sec[bwa_aln_core] print alignments... PREPROCESS:Fastq format is recognized[Thu Jun...

    2144 days ago

Pages

  • Genome Assembly Tools and Software - PART2 !!

    ...alability in mind. It can assemble large and high-coverage genomes from fastq files in a short time and pro...e-assembled contig sequences (FASTA) and NGS paired-read data (FASTA or FASTQ). The final scaffolds are pro...

    2678 days ago

Top-level pages

Wire posts

  • zcat input_file.fastq.gz | awk 'NR%4==1{printf ">%s\n", substr($0,2)}NR%4==2{print}' > output_file.fa #fastaQ2fasta #fastaq #fasta #Oneliner

    3639 days ago

  • FastaQ 2 Fasta Oneliner: paste - - - -< totalRNA_placental_1.fastq | perl -pale'$_="@F[0..1]"'|tr "\^@" "\>" | perl -pale 's/\s/\n/g' #Oneliner #NGS #FastaQ #Fasta

    3627 days ago

  • +11 more Wire posts

Bio-Scripts

Tags

  • #Convert #FASTQ to FASTA and set bases of #quality lower than 20 to N $ seqtk seq -aQ64 -q20 -n N IN.fastq > OUT.fasta

    Tags: Convert, FASTQ, quality

    981 days ago

  • fastq to fasta convertor $ sed -n '1~4s/^@/>/p;2~4p' test.fastq > test.fasta #Convert #Fasta #Fastq #fa #fq

    Tags: Convert, Fasta, Fastq, fa, fq

    2543 days ago

  • +5 more Tags

Comments