Results for "HTML etc."

Bio-Scripts

  • Install prokka using conda !

    (JitMetaENV) ➜ assembly conda install -c bioconda prokka Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen s...

    1228 days ago

  • Steps to install Conda on Linux !

    Download the installer: Miniconda installer for Linux. ( https://docs.conda.io/en/latest/miniconda.html...

    1195 days ago

  • Install R in Linux !

    vik@vik-Lenovo-ideapad-320-15ISK:~/Downloads/setu/setu$ sudo apt...-spatial r-cran-survival r-doc-html r-recommended scour zlib1g-de...o | r-doc-pdf r-mathlib r-base-html texlive-base texlive-latex-ba...tu bionic/universe amd64 r-doc-html all 3.4.4-1ubuntu1 [527 kB]...ously unselected package r-doc-html...

    1067 days ago

  • List of string comparison algorithms !

    String comparison: Levenshtein Distance Damerau-Levenshtein Distance Jaro Distance Jaro-Winkler Distance Match Rating Approach Comparison Hamming Distance More at https://jellyfish.readthedocs.io/en/latest/comparison.html

    995 days ago

  • blastpgp arguments !

    blastpgp arguments: -d Database [String] default = nr -i Query File [File In] default = stdi...-k Hit File for PHI-BLAST [File In] default = hit_file -T Produce HTML...

    963 days ago

  • Rules to run fastp / Snakemake !

    rule fastp: input: fwd=INPUT + "/{sample}-read_1.fq", rev...q_trimmed/{sample}.2.trimmed.fastq", html=RESULTS + "/fastq_trimmed/{sample}.html", json=RESULTS + "/f...{output.rev} --thread {threads} --cut_tail --html...

    914 days ago

  • Run Pango on your multifasta file !

    #More at https://cov-lineages.org/resources/pangolin/usage.html (base) [jnarayan@hn1 FASTA]$ conda activate pangolin (pangolin) [jna...ase refer to: https://scikit-learn.org/stable/modules/model_persistence.html...

    900 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

    829 days ago

  • Install Read Simulator

    $ sudo apt install art-nextgen-simulation-tools [sudo] password for neelam: Reading package lists... Done Buil...mulation-tools-profiles gsl-ref-psdoc | gsl-doc-pdf | gsl-doc-info | gsl-ref-html...

    678 days ago

  • R script to covert and export html page to png

    # Library library(streamgraph) # Create data: data

    431 days ago