Results for "seqtk"

Blogs

  • Installing Trinity !

    ...;& make trinity_essentials make[1]: Entering directory '/home/urbe/Tools/trinityrnaseq-Trinity-v2.6.6/trinity-plugins' tar xvf seqtk-trinity.v0.0.2.tar.gz seqtk-trinity-0.0.2/ seqtk-trinity...

    2123 days ago

Top-level pages

  • Converting FASTQ to FASTA

    ...-c fastx '{print ">"$name"\n"$seq}' input.fastq > output.fasta Seqtk From the same developer, there is another option using a tool called seqtk seqtk seq -a input.fastq >...

    2295 days ago

Wire posts

  • Seqtk is a fast and lightweight tool for processing sequences in the FASTA or FASTQ format. https://github.com/lh3/seqtk #FASTA #FASTAQ #NGS

    3617 days ago

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

    978 days ago

Bio-Scripts

  • Install seqtk using conda !

    vik@vik-Lenovo-ideapad-320-15ISK:~/Downloads/setu/setu$ conda install -c bioconda/label/cf201901 seqtk Collecting package metadata (current_repodata.json): done Solving environment: done ==> WARNING: A newer version of conda exists.

    1044 days ago

  • Palindrome Simulation commands !

    .../Tools/art_bin_MountRainier/art_illumina -ss MSv3 -sam -i allPalindromeSimulated.fa -p -l 250 -f 100 -m 300 -s 10 -o paired_dat 3321 ~/Tools/seqtk/seqtk mergepe paired_dat1.fq paired...

    1725 days ago

  • +13 more Bio-Scripts

Tags

  • Converting FASTQ to FASTA

    There are several ways you can convert fastq to fasta sequences. Some methods are listed below. Using SED sed can be used to selectively print the desired lines from a file, so if you print the first and 2rd line of every 4 lines, you get the sequence header and sequence need...

    Tags: fasta, fastq, convert, sed, awk, seqtk, bioawk, fastx, Emboss, fastq2fasta

    2295 days ago