Results for "CA"

Wire posts

  • Remove empty line from fasta. $ sed -i '/^$/d' standard_output.final.scaffolds_online.fasta #Empty #Fasta #Remove

    2110 days ago

  • Add some text at the beginning of the file $ echo -e "chrII_reverse\n$(cat chrII_reverse.fa )" > chrII_reverse.fa #Add #FirstLine #Text

    2101 days ago

  • Reverse complement of fasta sequence $ tr -d "\n " < chrII.fa | tr "[ATGCatgcNn]" "[TACGtacgNn]" | rev > chrII_reverseHai.fa #Reverse #Complement #DNA

    2101 days ago

  • #SSPACE Basic, SSAKE-based #Scaffolding of Pre-Assembled Contigs after Extension https://github.com/nsoranzo/sspace_basic

    2100 days ago

  • Generate consensus from BAM file samtools mpileup -uf chr5B_leaf_rust.fasta M27454_5B_reads_sorted.bam | bcftools call -c | vcfutils.pl vcf2fq #BAM #Consensus

    2090 days ago

  • Machine Learning books https://semanti.ca/blog/?the-most-important-machine-learning-books #books #machine #learn

    2084 days ago

  • Variant calling https://www.ebi.ac.uk/training/online/course/human-genetic-variation-i-introduction/variant-identification-and-analysis/what-variant #variant #snp #tutorial

    2077 days ago

  • Variant calling workflow http://www.htslib.org/workflow/ #Variant #Calling #Tutorial

    2077 days ago

  • Bioinformatics jobs at http://actrec.gov.in/data%20files/Vacancies/2018/ACTREC-Advt-74-2018.pdf #ACTREC #Job #Bioinformatics

    2076 days ago

  • Long reads: their purpose and place https://academic.oup.com/hmg/article/27/R2/R234/4996216 #Long #reads #informations

    2065 days ago