<?xml version='1.0'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:atom="http://www.w3.org/2005/Atom" >
<channel>
	<title><![CDATA[BOL: All]]></title>
	<link>https://bioinformaticsonline.com/snippets?offset=50</link>
	<atom:link href="https://bioinformaticsonline.com/snippets?offset=50" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/43960/blast-short-sequences</guid>
	<pubDate>Wed, 21 Sep 2022 07:41:25 -0500</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/43960/blast-short-sequences</link>
	<title><![CDATA[Blast short sequences !]]></title>
	<description><![CDATA[<code>(jitENV) [jnarayan@hn1 preetiDATA]$ blastn -task blastn  -query list_flank_0.fa -subject ../monkeypoxDATA_07_06_22/JIT_gisaid_pox_2022_09_06_07.fasta -evalue 20000000 -word_size 5 -num_threads 4 -outfmt 6 -out blastn_0.txt -qcov_hsp_perc 100 -perc_identity 100 -max_target_seqs 10000</code>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/43948/genome-scaffolding-and-gap-filling</guid>
	<pubDate>Wed, 24 Aug 2022 05:41:32 -0500</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/43948/genome-scaffolding-and-gap-filling</link>
	<title><![CDATA[Genome Scaffolding and gap filling !]]></title>
	<description><![CDATA[<code>scaffolding with ARCS v1.0.3 (−c3, −l,4, −a,0.9, −z500, −m50, −20 000, −e30000, −s90).  https://github.com/bcgsc/arcs

Next, automated gap filling was performed using Sealer v2.0.1 (−L150, -P10, −k75-115 [step = 10]) https://github.com/bcgsc/abyss/tree/sealer-release</code>]]></description>
	<dc:creator>Abhi</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/43937/script-to-rapid-genome-clustering-based-on-pairwise-ani</guid>
	<pubDate>Tue, 09 Aug 2022 04:34:44 -0500</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/43937/script-to-rapid-genome-clustering-based-on-pairwise-ani</link>
	<title><![CDATA[Script to rapid genome clustering based on pairwise ANI]]></title>
	<description><![CDATA[<code>First, create a blast+ database: makeblastdb -in &lt;my_seqs.fna&gt; -dbtype nucl -out &lt;my_db&gt;

Next, use megablast from blast+ package to perform all-vs-all blastn of sequences: blastn -query &lt;my_seqs.fna&gt; -db &lt;my_db&gt; -outfmt &#039;6 std qlen slen&#039; -max_target_seqs 10000 -o &lt;my_blast.tsv&gt; -num_threads 32

Note: using the -perc_identity flag will speed up the search at the cost of sensitivity: blastn -query &lt;my_seqs.fna&gt; -db &lt;my_db&gt; -outfmt &#039;6 std qlen slen&#039; -max_target_seqs 10000 -perc_identity 90 -o &lt;my_blast.tsv&gt; -num_threads 32

Next, calculate pairwise ANI by combining local alignments between sequence pairs: anicalc.py -i &lt;my_blast.tsv&gt; -o &lt;my_ani.tsv&gt;

Finally, perform UCLUST-like clustering using the MIUVIG recommended-parameters (95% ANI + 85% AF): aniclust.py --fna &lt;my_seqs.fna&gt; --ani &lt;my_ani.tsv&gt; --out &lt;my_clusters.tsv&gt; --min_ani 95 --min_tcov 85 --min_qcov 0</code>]]></description>
	<dc:creator>Neel</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/43935/conda-command-to-install-checkv</guid>
	<pubDate>Mon, 08 Aug 2022 23:57:25 -0500</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/43935/conda-command-to-install-checkv</link>
	<title><![CDATA[Conda command to install checkV]]></title>
	<description><![CDATA[<code>(mENV) [jnarayan@hn1 Monkey_Pox]$ conda install -c conda-forge -c bioconda checkv
Collecting package metadata (current_repodata.json): done
Solving environment: done

## Package Plan ##

  environment location: /home/man/anaconda3/envs/jitENV

  added / updated specs:
    - checkv


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    boost-1.68.0               |py36h8619c78_1001         325 KB  conda-forge
    boost-cpp-1.68.0           |    h11c811c_1000        20.5 MB  conda-forge
    ca-certificates-2022.6.15  |       ha878542_0         149 KB  conda-forge
    checkv-1.0.1               |     pyhdfd78af_0          33 KB  bioconda
    diamond-0.9.24             |       ha888412_1         758 KB  bioconda
    importlib-metadata-4.2.0   |   py36h5fab9bb_0          30 KB  conda-forge
    kcounter-0.1.1             |   py36h91eb985_1         871 KB  bioconda
    libzlib-1.2.12             |       h166bdaf_2          63 KB  conda-forge
    more-itertools-8.13.0      |     pyhd8ed1ab_0          44 KB  conda-forge
    openssl-1.1.1q             |       h166bdaf_0         2.1 MB  conda-forge
    prodigal-gv-2.9.0          |       h7132678_0         916 KB  bioconda
    zipp-0.6.0                 |             py_0           7 KB  conda-forge
    zlib-1.2.12                |       h166bdaf_2          91 KB  conda-forge
    ------------------------------------------------------------
                                           Total:        25.9 MB

The following NEW packages will be INSTALLED:

  biopython          conda-forge/linux-64::biopython-1.79-py36h8f6f2f9_0
  boost              conda-forge/linux-64::boost-1.68.0-py36h8619c78_1001
  boost-cpp          conda-forge/linux-64::boost-cpp-1.68.0-h11c811c_1000
  checkv             bioconda/noarch::checkv-1.0.1-pyhdfd78af_0
  diamond            bioconda/linux-64::diamond-0.9.24-ha888412_1
  importlib-metadata conda-forge/linux-64::importlib-metadata-4.2.0-py36h5fab9bb_0
  kcounter           bioconda/linux-64::kcounter-0.1.1-py36h91eb985_1
  more-itertools     conda-forge/noarch::more-itertools-8.13.0-pyhd8ed1ab_0
  prodigal-gv        bioconda/linux-64::prodigal-gv-2.9.0-h7132678_0
  typing_extensions  conda-forge/noarch::typing_extensions-3.10.0.2-pyha770c72_0
  zipp               conda-forge/noarch::zipp-0.6.0-py_0

The following packages will be UPDATED:

  libgcc-ng                              11.2.0-h1d223b6_11 --&gt; 12.1.0-h8d9b700_16
  libzlib                              1.2.11-h36c2ea0_1013 --&gt; 1.2.12-h166bdaf_2
  zlib                                 1.2.11-h36c2ea0_1013 --&gt; 1.2.12-h166bdaf_2

The following packages will be SUPERSEDED by a higher-priority channel:

  ca-certificates    pkgs/main::ca-certificates-2022.07.19~ --&gt; conda-forge::ca-certificates-2022.6.15-ha878542_0
  openssl              pkgs/main::openssl-1.1.1q-h7f8727e_0 --&gt; conda-forge::openssl-1.1.1q-h166bdaf_0


Proceed ([y]/n)? y


Downloading and Extracting Packages
ca-certificates-2022 | 149 KB    | ############################################################################################################################################################### | 100% 
openssl-1.1.1q       | 2.1 MB    | ############################################################################################################################################################### | 100% 
kcounter-0.1.1       | 871 KB    | ############################################################################################################################################################### | 100% 
libzlib-1.2.12       | 63 KB     | ############################################################################################################################################################### | 100% 
zlib-1.2.12          | 91 KB     | ############################################################################################################################################################### | 100% 
more-itertools-8.13. | 44 KB     | ############################################################################################################################################################### | 100% 
checkv-1.0.1         | 33 KB     | ############################################################################################################################################################### | 100% 
zipp-0.6.0           | 7 KB      | ############################################################################################################################################################### | 100% 
prodigal-gv-2.9.0    | 916 KB    | ############################################################################################################################################################### | 100% 
importlib-metadata-4 | 30 KB     | ############################################################################################################################################################### | 100% 
boost-cpp-1.68.0     | 20.5 MB   | ############################################################################################################################################################### | 100% 
diamond-0.9.24       | 758 KB    | ############################################################################################################################################################### | 100% 
boost-1.68.0         | 325 KB    | ############################################################################################################################################################### | 100% 
Preparing transaction: done
Verifying transaction: done
Executing transaction: \ 
     CheckV v1.0.1 an external database which needs to be downloaded
     and unarchived. The link for the database can be found in CheckV&#039;s
     instructions at https://bitbucket.org/berkeleylab/checkv/



done</code>]]></description>
	<dc:creator>Neel</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/43915/install-read-simulator</guid>
	<pubDate>Sun, 10 Jul 2022 21:10:16 -0500</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/43915/install-read-simulator</link>
	<title><![CDATA[Install Read Simulator]]></title>
	<description><![CDATA[<code>$ sudo apt install art-nextgen-simulation-tools
[sudo] password for neelam: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following package was automatically installed and is no longer required:
  libfwupdplugin1
Use &#039;sudo apt autoremove&#039; to remove it.
The following additional packages will be installed:
  libgsl23 libgslcblas0
Suggested packages:
  art-nextgen-simulation-tools-profiles gsl-ref-psdoc | gsl-doc-pdf
  | gsl-doc-info | gsl-ref-html
The following NEW packages will be installed:
  art-nextgen-simulation-tools libgsl23 libgslcblas0
0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
Need to get 2,616 kB of archives.
After this operation, 12.3 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://in.archive.ubuntu.com/ubuntu focal/universe amd64 libgslcblas0 amd64 2.5+dfsg-6build1 [84.6 kB]
Get:2 http://in.archive.ubuntu.com/ubuntu focal/universe amd64 libgsl23 amd64 2.5+dfsg-6build1 [850 kB]
Get:3 http://in.archive.ubuntu.com/ubuntu focal/universe amd64 art-nextgen-simulation-tools amd64 20160605+dfsg-4 [1,681 kB]
Fetched 2,616 kB in 1s (4,578 kB/s)                     
Selecting previously unselected package libgslcblas0:amd64.
(Reading database ... 178334 files and directories currently installed.)
Preparing to unpack .../libgslcblas0_2.5+dfsg-6build1_amd64.deb ...
Unpacking libgslcblas0:amd64 (2.5+dfsg-6build1) ...
Selecting previously unselected package libgsl23:amd64.
Preparing to unpack .../libgsl23_2.5+dfsg-6build1_amd64.deb ...
Unpacking libgsl23:amd64 (2.5+dfsg-6build1) ...
Selecting previously unselected package art-nextgen-simulation-tools.
Preparing to unpack .../art-nextgen-simulation-tools_20160605+dfsg-4_amd64.deb .
..
Unpacking art-nextgen-simulation-tools (20160605+dfsg-4) ...
Setting up libgslcblas0:amd64 (2.5+dfsg-6build1) ...
Setting up libgsl23:amd64 (2.5+dfsg-6build1) ...
Setting up art-nextgen-simulation-tools (20160605+dfsg-4) ...
Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
Processing triggers for man-db (2.9.1-1) ...</code>]]></description>
	<dc:creator>Neel</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/43891/bash-online-to-update-linux-os</guid>
	<pubDate>Tue, 14 Jun 2022 10:42:35 -0500</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/43891/bash-online-to-update-linux-os</link>
	<title><![CDATA[Bash online to update Linux OS]]></title>
	<description><![CDATA[<code>sudo bash -c &#039;for i in update {,full-,dist-}upgrade auto{remove,clean}; do apt-get $i -y; done&#039;</code>]]></description>
	<dc:creator>Surabhi Chaudhary</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/43887/rename-the-screen-name-in-linux</guid>
	<pubDate>Mon, 30 May 2022 20:44:38 -0500</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/43887/rename-the-screen-name-in-linux</link>
	<title><![CDATA[Rename the screen name in Linux !]]></title>
	<description><![CDATA[<code>screen -S 22798.pts-5.hn1 -X sessionname node33_COMPUTE</code>]]></description>
	<dc:creator>Shruti Paniwala</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/43884/awk-command-to-keep-only-short-the-fasta-header</guid>
	<pubDate>Fri, 27 May 2022 03:36:41 -0500</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/43884/awk-command-to-keep-only-short-the-fasta-header</link>
	<title><![CDATA[Awk command to keep only short the fasta header !]]></title>
	<description><![CDATA[<code>awk &#039;/^&gt;/ {$0=$1} 1&#039; file.fasta</code>]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/43869/bash-command-to-remove-r</guid>
	<pubDate>Thu, 19 May 2022 05:53:20 -0500</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/43869/bash-command-to-remove-r</link>
	<title><![CDATA[Bash command to remove /r]]></title>
	<description><![CDATA[<code>VARNAME=$&#039;a_bad_filename\r&#039;
VARNAME=&quot;${VARNAME%%[[:cntrl:]]}&quot;</code>]]></description>
	<dc:creator>Neel</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/43866/command-line-to-move-all-files-from-a-directory</guid>
	<pubDate>Wed, 18 May 2022 04:51:45 -0500</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/43866/command-line-to-move-all-files-from-a-directory</link>
	<title><![CDATA[Command line to move all files from a directory !]]></title>
	<description><![CDATA[<code>find ~/Downloads/ -type f -print0 | xargs -0 mv -t ~/Videos</code>]]></description>
	<dc:creator>Neel</dc:creator>
</item>

</channel>
</rss>