Results for "genome reports"

Bio-Scripts

  • Commandline for paired end reads simulation with BBMap !

    (JitMetaENV) ➜ mixedSample git:(main) ✗ /home/urbe/Tools/bbmap/randomreads.sh ref=mixed.fa out=reads_BBMAP250.fq p...ax=0, len=(0-0) subRate=0.0, max=0, len=(0-0) nRate =0.0, max=0, len=(0-0) genome=...

    989 days ago

  • Tadpole is 250x faster than SPADes assembler !

    lege@jit-Lenovo-ideapad-320-15ISK:~/Downloads/MyTools/Vir$ tadpole.sh...ommended that mce=1 for low-depth metagenomes. mincountretain=0 (mincr...may yield more accurate genome size estimation. contigpasse...but they are very slow for large metagenomes...

    975 days ago

  • Install Packages in Python

    #Create a conda environment. #Install a Python package in the terminal using conda. $ conda create -n myenv...env update -f environment.yml #Adding a Package to your YAML File name: genome-...

    960 days ago

  • Installing Covid19 Environment !

    ...lly update the taxonomy databases before Krona can generate taxonomic reports. The update script is ktUp...l variants detection) * SILVA 16S rRNA database (needed for reference genome detection in metagenomic datas...

    922 days ago

  • Bash script to simulate a genome !

    # Reference https://github.com/chhylp123/hifiasm/issues/33 # Use Drosophila melongas...lbers/test/fly2 wget https://ftp.ncbi.nlm.nih.gov/genomes/all/GCA/003/401/745/GCA_0034...174v1_genomic.fna_upper.diploid.fasta.log.txt # genome...

    917 days ago

  • Bash script to split multifasta file !

    #Using awk, we can easily split a file (multi.fa) into chunks of size N (here, N=500), by using the fo...} { print >> file; }' < multi.fasta #Another great solution is genome tools (gt), which you can find here: http://genomet...

    822 days ago

  • Install Varscan on Ubuntu / Linux !

    #Varscan is a java program designed to call variants in sequencing data. It was developed at the Genome...

    822 days ago

  • Commands to get the detail of disk usage on Linux !

    #A simplistic approach would be du -shc /home/* du -shc /home/jnarayan #To sort it: du -smc /home/* | sort -n #There is also a wellknown Perl script that has the option of mailing disk usage reports per user: durep http://www.ubuntugeek.com/create-disk-usage-reports-with-durep.html

    814 days ago

  • Script to rapid genome clustering based on pairwise ANI

    First, create a blast+ database: makeblastdb -in -dbtype nucl -out Next, use megablast from blast+ package to perform all-vs-all blastn of sequences: blastn -query...

    634 days ago

  • Genome Scaffolding and gap filling !

    scaffolding with ARCS v1.0.3 (−c3, −l,4, −a,0.9, −z500, −m50, −20 000, −e30000, −s90). https://github.com/bcgsc/arcs Next, automated gap filling was performed using Sealer v2.0.1 (−L150, -P10, −k75-115 [step = 10]) https://github.com/bcgsc/abyss/tree/sealer-release

    619 days ago