Results for "open-source"

Bio-Scripts

  • Install Kraken2 using conda !

    (JitMetaENV) ➜ day2 conda install -c bioconda kraken2 Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve....

    1268 days ago

  • Install prokka using conda !

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

    1267 days ago

  • Install maxbin2 using conda !

    (JitMetaENV) ➜ day3 conda install -c bioconda maxbin2 Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve....

    1266 days ago

  • Parse the NCBI taxonomy database with Perl !

    use Bio::DB::Taxonomy; use warnings; my $sps="human"; # Get one from a NCBI taxonomy database my $dbh = Bio::DB::Taxonomy->new(-source => 'flatfile',...

    1225 days ago

  • Perl script to get all the descendent in a tree !

    use warnings; use Bio::DB::Taxonomy; #Rotifera 10190 # Get one from a NCBI taxonomy database my $dbh = Bio::DB::Taxonomy->new(-source => 'flatfile',...

    1217 days ago

  • Install ragout with conda !

    (JitMetaENV) ➜ setu git:(master) ✗ conda install -c bioconda ragout Collecting package metadata (current_repodata.json): done Solving environment: failed with initial...

    1200 days ago

  • Install ragout using conda !

    vik@vik-Lenovo-ideapad-320-15ISK:~/Downloads/setu/setu$ conda install -c bioconda ragout Collecting package metadata (current_repodata.json): done Solving environment:...

    1106 days ago

  • Install kat using conda !

    conda install -c bioconda kat Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible s...

    1098 days ago

  • blastpgp arguments !

    blastpgp arguments: -d Database [String] default = nr -i Query File [File In] default = stdin -A Multiple Hits window size (zero for single hit...

    1002 days ago

  • Inreractive SCP / File transfer !

    #!/bin/bash #next line prints hearer of script echo "Interactive Script to Copy File (files) / Directory using scp" #next line check if entered value is not null, and...

    1002 days ago