Results for "IT"

Bio-Scripts

  • To convert just one specific read group to fastq

    ...ta for each cat selected.txt | parallel fastq-dump -O reads -X 1000 --split-files {} # Create a direct...eader:" samtools view -H all.bam echo "" echo "Number of alignments with read group: GROUP-SRR1972919...

    1603 days ago

  • Install gnuplot in Ubuntu !

    ...do apt-get install gnuplot [sudo] password for jit: Reading package lists... D...ding state information... Done The following additional packages will be install...f archives. After this operation, 65.0 MB of additional disk space will be used....

    1602 days ago

  • Install python-numpy python-scipy python-matplotlib on Ubuntu !

    ...ython-tz tk8.6-blt2.5 ttf-bitstream-vera Suggested package...-sip python-tornado python-traits python-wxgtk3.0 texlive-e...tu bionic/universe amd64 ttf-bitstream-vera all 1.10-8 [352 kB...ously unselected package ttf-bitstream-vera. Preparing to unp...

    1602 days ago

  • Install printer in Ubuntu !

    jit@jit-HP-Pro-3335-MT:~$ java -versi....04.1, mixed mode, sharing) jit@jit-HP-Pro-3335-MT:~$ sudo uf...updated Rules updated (v6) jit@jit-HP-Pro-3335-MT:~$ sudo ap...smbc (1.0.15.6-1build2) ... jit@jit-HP-Pro-3335-MT:~$ sudo ap...fig file /etc/samba/smb.conf with new version Setting up smbc...

    1600 days ago

  • Bash oneliner to extract all ids from a multifasta file

    #List of ids - one per line in allIds.txt $ awk 'BEGIN{while((getline0)l[">"$1]=1}/^>/{f=!l[$1]}f' seq.fa # You can play with this f=!l[$1 ] if wanted to extract or not extract the ids

    1599 days ago

  • Install Parrot Virtual Machine !

    ...ode for dynamic languages jit@jit-HP-Pro-3335-MT:~/Downloads/pa...e pulling some defaults from its configuration. do "lib/Parr...e byteorder for wordsize.....little-endian. auto::va_ptr -...`make test' to run the test suite. Happy Hacking,...

    1598 days ago

  • Install vcftools on Ubuntu

    jit@jit-HP-Pro-3335-MT:~/Downloads/annotated$...install vcftools [sudo] password for jit: Reading package lists... D...After this operation, 1,459 kB of additional disk space will be used....0.1) ... #MORE at https://vcftools.github.io/perl_module.html # C...

    1586 days ago

  • Install htop on ubuntu

    jit@jit-HP-Pro-3335-MT:~/Downloads/annotated$ sudo apt install htop [sudo] password for jit: Sorry, try again. [sudo] password for jit: Reading package lists... D...rchives. After this operation, 221 kB of additional disk space will be used....

    1586 days ago

  • Circos with circosJS

    ...outerRadius: 300, cornerRadius: 10, gap: 0.04, // in radian labels: { display: true, position: 'center', si...

    1585 days ago

  • Exit Bash Script When Any Command Fails

    This can actually be done with a single line using the set builtin command with the -e option. #1--------...------------------------ # exit when any command fails #Putt...commands return a non-zero exit code. set -e #all other...cho an error message before exiting trap 'echo "\"${last_comm...

    1581 days ago