Results for "Open Source"

Bio-Scripts

  • Install Kraken2 using conda !

    (JitMetaENV) ➜ day2 conda install -c bioconda kraken2 Collecting package metadata...failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata...

    1231 days ago

  • Install prokka using conda !

    (JitMetaENV) ➜ assembly conda install -c bioconda prokka Collecting package metada...failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata...

    1231 days ago

  • Install maxbin2 using conda !

    (JitMetaENV) ➜ day3 conda install -c bioconda maxbin2 Collecting package metadata...failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata...

    1230 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',...

    1188 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',...

    1180 days ago

  • Install ragout with conda !

    ...with repodata from current_repodata.json, will retry with next repodata source. Collecting package metada...on of conda exists. pkgs/main::ca-certificates-2021.1.19-h06a4308_1 openssl...

    1164 days ago

  • Install ragout using conda !

    vik@vik-Lenovo-ideapad-320-15ISK:~/Downloads/setu/setu$ conda install -c bioconda ra...failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata...

    1070 days ago

  • Install kat using conda !

    conda install -c bioconda kat Collecting package metadata (current_repodata.json):...failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata...

    1062 days ago

  • blastpgp arguments !

    blastpgp arguments: -d Database [String] default = nr -i Query File [File In] default = stdi...-F Filter query sequence with SEG [String] default = F -G Cost to open a...

    966 days ago

  • Inreractive SCP / File transfer !

    #!/bin/bash #next line prints hearer of script echo "Interactive Script to Copy Fi...nter, and stores entered value to variable with name filename read -p "Path to source directory / file : " filename...

    966 days ago