Results for "source"

Bio-Scripts

  • Install kat using conda !

    ...l frozen solve. Retrying with flexible solve. Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata...

    1045 days ago

  • Inreractive SCP / File transfer !

    ...! [ x"$filename" = "x" ]; do #next line prints what userd should enter, and stores entered value to variable with name filename read -p "Path to source directory / file : " filename...

    949 days ago

  • Installing Covid19 Environment !

    ...################################################################################################################################ | 100% font-ttf-source-code | 684 KB | ##########...

    922 days ago

  • Install mgsc on Ubuntu !

    ...ackage metadata (current_repodata.json): done Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata...

    824 days ago

  • Install R in Ubuntu / Linux !

    ...several minutes to compile so we’ll use one which has already been setup. If we were to install R, we first would need to download and extract the source code. Next we’d configure the...

    822 days ago

  • Install GATK 4 using conda !

    ...n variant discovery and genotyping. It is open source, hosted on github, and availa...rt up the virtual environment with the command source activate, we can then run the...o exit the virtual environment run the command source deactivate. # download and...

    811 days ago

  • Bash script to transfer files to server !

    # rsync options source destination rsync -azvh --progress PacBio_clean.fa xxx@xxx.xxx.res.in:/home/ # scp source_file_name username@destination_host:destination_folder scp –rpv /datafile xxx@192.168.1.100:/home/me

    802 days ago

  • Python script to parse GFF file

    ...nes fields = line.strip().split('\t') feature = { 'seqid': fields[0], 'source': fields[1],...

    38 days ago