<?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: Related items]]></title>
	<link>https://bioinformaticsonline.com/related/35543?offset=180</link>
	<atom:link href="https://bioinformaticsonline.com/related/35543?offset=180" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/41207/blobtoolkit-a-toolkit-for-genome-assembly-qc</guid>
	<pubDate>Fri, 21 Feb 2020 00:17:50 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/41207/blobtoolkit-a-toolkit-for-genome-assembly-qc</link>
	<title><![CDATA[BlobToolKit: A toolkit for genome assembly QC]]></title>
	<description><![CDATA[<p>Filtering raw genomic datasets is essential to avoid chimeric assemblies and to increase the validity of sequence-based biological inference. BlobToolKit extends the BlobTools<span>1</span>/Blobology<span>2</span>&nbsp;approach to simplify interactive and reproducible filtering.</p>
<p>BlobToolKit is comprised of four components:</p>
<ol>
<li><a href="https://blobtoolkit.genomehubs.org/btk-viewer/">BlobToolKit Viewer</a>&nbsp;allows browser-based interactive visualisation and filtering of preliminary or published genomic datasets even for highly fragmented assemblies.</li>
<li><a href="https://blobtoolkit.genomehubs.org/blobtools2/">BlobTools2</a>&nbsp;is a command-line program to convert assemblies and analysis results into datasets that can be further processed using&nbsp;<a href="https://blobtoolkit.genomehubs.org/blobtools2/">BlobTools2</a>&nbsp;and/or visualised in the Viewer.</li>
<li>The&nbsp;<a href="https://blobtoolkit.genomehubs.org/specification/">BlobToolKit Specification</a>&nbsp;features a formal schema and validator for the JSON-based BlobDir format used by&nbsp;<a href="https://blobtoolkit.genomehubs.org/blobtools2/">BlobTools2</a>&nbsp;and the&nbsp;<a href="https://blobtoolkit.genomehubs.org/btk-viewer/">Viewer</a>.</li>
<li>The&nbsp;<a href="https://blobtoolkit.genomehubs.org/pipeline/">BlobToolKit Pipeline</a>&nbsp;is a configurable Snakemake pipeline that automates all steps from retrieving public datasets through running analyses and generating a BlobDir dataset with&nbsp;<a href="https://blobtoolkit.genomehubs.org/blobtools2/">BlobTools2</a>, ready for visualisation in the&nbsp;<a href="https://blobtoolkit.genomehubs.org/btk-viewer/">Viewer</a>.</li>
</ol>
<p>Paper&nbsp;<a href="https://www.biorxiv.org/content/10.1101/844852v1.full.pdf">https://www.biorxiv.org/content/10.1101/844852v1.full.pdf</a></p><p>Address of the bookmark: <a href="https://blobtoolkit.genomehubs.org/" rel="nofollow">https://blobtoolkit.genomehubs.org/</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/41464/phytozome-v121-plant-science-community-hub-for-accessing-palnts-genomic-data</guid>
	<pubDate>Tue, 17 Mar 2020 07:30:17 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/41464/phytozome-v121-plant-science-community-hub-for-accessing-palnts-genomic-data</link>
	<title><![CDATA[Phytozome  v12.1: plant science community hub for accessing palnts genomic data]]></title>
	<description><![CDATA[<p>Phytozome, the Plant Comparative Genomics portal of the Department of Energy's Joint Genome Institute, provides JGI users and the broader plant science community a hub for accessing, visualizing and analyzing JGI-sequenced plant genomes, as well as selected genomes and datasets that have been sequenced elsewhere. As of release v12.1.6, Phytozome hosts 93 assembled and annotated genomes, from 82 Viridiplantae species. More than half of these genomes have been sequenced, assembled and/or annotated with JGI Plant Science program resources. By integrating this large collection of plant genomes into a single resource and performing comprehensive and uniform annotation and analyses, Phytozome facilitates accurate and insightful comparative genomics studies.</p><p>Address of the bookmark: <a href="https://phytozome.jgi.doe.gov/pz/portal.html" rel="nofollow">https://phytozome.jgi.doe.gov/pz/portal.html</a></p>]]></description>
	<dc:creator>Surabhi Chaudhary</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/41896/kad-assessing-genome-assemblies-using-k-mer-copies-in-assemblies-and-k-mer-abundance-in-illumina-reads</guid>
	<pubDate>Fri, 19 Jun 2020 07:34:12 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/41896/kad-assessing-genome-assemblies-using-k-mer-copies-in-assemblies-and-k-mer-abundance-in-illumina-reads</link>
	<title><![CDATA[KAD: Assessing genome assemblies using K-mer copies in assemblies and K-mer abundance in Illumina reads]]></title>
	<description><![CDATA[<p>KAD is designed for evaluating the accuracy of nucleotide base quality of genome assemblies. Briefly, abundance of k-mers are quantified for both sequencing reads and assembly sequences. Comparison of the two values results in a single value per k-mer, K-mer Abundance Difference (KAD), which indicates how well the assembly matches read data for each k-mer.</p>
<p><a href="https://render.githubusercontent.com/render/math?math=KAD=log_{2}\begin{pmatrix}\frac{c%2Bm}{m(n%2B1)}\end{pmatrix}" target="_blank"><img src="https://render.githubusercontent.com/render/math?math=KAD=log_{2}\begin{pmatrix}\frac{c%2Bm}{m(n%2B1)}\end{pmatrix}" alt="image" style="border: 0px;"></a></p>
<p>where,&nbsp;<em>c</em>&nbsp;is the count of a k-mer from reads,&nbsp;<em>m</em>&nbsp;is the mode of counts of read k-mers, and&nbsp;<em>n</em>&nbsp;is the copy of the k-mer in the assembly.</p><p>Address of the bookmark: <a href="https://github.com/liu3zhenlab/KAD" rel="nofollow">https://github.com/liu3zhenlab/KAD</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/42267/hapsolo-an-optimization-approach-for-removing-secondary-haplotigs-during-diploid-genome-assembly-and-scaffolding</guid>
	<pubDate>Mon, 26 Oct 2020 21:23:36 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/42267/hapsolo-an-optimization-approach-for-removing-secondary-haplotigs-during-diploid-genome-assembly-and-scaffolding</link>
	<title><![CDATA[HapSolo: An optimization approach for removing secondary haplotigs during diploid genome assembly and scaffolding.]]></title>
	<description><![CDATA[<p><span>Despite marked recent improvements in long-read sequencing technology, the assembly of diploid genomes remains a difficult task. A major obstacle is distinguishing between alternative contigs that represent highly heterozygous regions. If primary and secondary contigs are not properly identified, the primary assembly will overrepresent both the size and complexity of the genome, which complicates downstream analysis such as scaffolding.</span></p>
<p><span>More at&nbsp;https://github.com/esolares/HapSolo</span></p><p>Address of the bookmark: <a href="https://github.com/esolares/HapSolo" rel="nofollow">https://github.com/esolares/HapSolo</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/43055/infogenomer-integrative-reconstruction-of-cancer-genome-karyotypes</guid>
	<pubDate>Wed, 05 May 2021 01:02:18 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/43055/infogenomer-integrative-reconstruction-of-cancer-genome-karyotypes</link>
	<title><![CDATA[InfoGenomeR: Integrative reconstruction of cancer genome karyotypes]]></title>
	<description><![CDATA[<p>InfoGenomeR is the Integrative Framework for Genome Reconstruction that uses a breakpoint graph to model the connectivity among genomic segments at the genome-wide scale. InfoGenomeR integrates cancer purity and ploidy, total CNAs, allele-specific CNAs, and haplotype information to identify the optimal breakpoint graph representing cancer genomes.</p>
<p><img src="https://github.com/YeonghunL/InfoGenomeR/raw/master/doc/overview.png" alt="image" style="border: 0px; border: 0px;"></p>
<p>More at&nbsp;https://www.nature.com/articles/s41467-021-22671-6</p><p>Address of the bookmark: <a href="https://github.com/dmcblab/InfoGenomeR" rel="nofollow">https://github.com/dmcblab/InfoGenomeR</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/43273/understanding-kmer</guid>
	<pubDate>Wed, 18 Aug 2021 04:27:51 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/43273/understanding-kmer</link>
	<title><![CDATA[Understanding kmer !]]></title>
	<description><![CDATA[<p><a href="https://en.wikipedia.org/wiki/k-mer">What is a&nbsp;<em>k-mer</em>&nbsp;anyway?</a><span>&nbsp;A&nbsp;</span><em>k-mer</em><span>&nbsp;is just a sequence of&nbsp;</span><em>k</em><span>&nbsp;characters in a string (or nucleotides in a DNA sequence). Now, it is important to remember that to get&nbsp;</span><em>all k-mers</em><span>&nbsp;from a sequence you need to get the first&nbsp;</span><em>k</em><span>&nbsp;characters, then move just a single character for the start of the next&nbsp;</span><em>k-mer</em><span>&nbsp;and so on. Effectively, this will create sequences that overlap in&nbsp;</span><code>k-1</code><span>&nbsp;positions.</span></p><p>Address of the bookmark: <a href="https://bioinfologics.github.io/post/2018/09/17/k-mer-counting-part-i-introduction/" rel="nofollow">https://bioinfologics.github.io/post/2018/09/17/k-mer-counting-part-i-introduction/</a></p>]]></description>
	<dc:creator>BioStar</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/43620/ncbi-datasets-cli-quickstart-command-line-tools</guid>
	<pubDate>Tue, 07 Dec 2021 02:51:26 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/43620/ncbi-datasets-cli-quickstart-command-line-tools</link>
	<title><![CDATA[ncbi-datasets-cli -- Quickstart: command line tools !]]></title>
	<description><![CDATA[<p><span>Install and use the NCBI Datasets command line tools</span></p>
<p>The NCBI Datasets datasets command line tools are&nbsp;<a href="https://www.ncbi.nlm.nih.gov/datasets/docs/v1/reference-docs/command-line/datasets/">datasets</a>&nbsp;and&nbsp;<a href="https://www.ncbi.nlm.nih.gov/datasets/docs/v1/reference-docs/command-line/dataformat/">dataformat</a>&nbsp;.</p>
<p>Use&nbsp;<span>datasets</span>&nbsp;to download biological sequence data across all domains of life from NCBI.</p>
<p>Use&nbsp;<span>dataformat</span>&nbsp;to convert metadata from&nbsp;<a href="https://jsonlines.org/" target="_blank">JSON Lines</a>&nbsp;format to other formats.</p>
<p><strong>Conda download:</strong></p>
<p>https://anaconda.org/conda-forge/ncbi-datasets-cli</p>
<p><strong>Buld Download</strong></p>
<p>&nbsp;https://www.ncbi.nlm.nih.gov/datasets/builder/?tax_id=29979</p><p>Address of the bookmark: <a href="https://www.ncbi.nlm.nih.gov/datasets/docs/v1/quickstarts/command-line-tools/" rel="nofollow">https://www.ncbi.nlm.nih.gov/datasets/docs/v1/quickstarts/command-line-tools/</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/43693/plar-pipeline-for-lncrna-annotation-from-rna-seq-data</guid>
	<pubDate>Fri, 07 Jan 2022 06:18:01 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/43693/plar-pipeline-for-lncrna-annotation-from-rna-seq-data</link>
	<title><![CDATA[PLAR: Pipeline for lncRNA annotation from RNA-seq data]]></title>
	<description><![CDATA[<p><span>Due to several requests, we are releasing an assingment of orthologs, determined using the same methods used in Hezroni et al. (BLAST, Whole Genome Alignment (WGA), and synteny). One is comparing human GENCODE genes (from GENCODE v30) to lncRNAs from other species identified by PLAR. Available&nbsp;</span><a href="ftp://ftp-igor.weizmann.ac.il/pub/gencode_orthologs_v3.txt.gz">here</a><span>.</span></p>
<p>&nbsp;</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td rowspan="1" colspan="1">
<p><strong>Species</strong></p>
</td>
<td rowspan="1" colspan="1">
<p><strong>Assembly</strong></p>
</td>
<td rowspan="1" colspan="1">
<p><strong>Code</strong></p>
</td>
<td rowspan="1" colspan="1">
<p><strong>Transcriptome</strong></p>
</td>
<td rowspan="1" colspan="1">
<p><strong>lncRNAs</strong></p>
</td>
<td rowspan="1" colspan="1">
<p><strong>Protein-coding</strong></p>
</td>
</tr>
<tr>
<td rowspan="1" colspan="1">
<p>Human</p>
</td>
<td rowspan="1" colspan="1">
<p><a href="http://www.google.com/url?q=http%3A%2F%2Fhgdownload.soe.ucsc.edu%2FgoldenPath%2Fhg19%2FbigZips%2F&amp;sa=D&amp;sntz=1&amp;usg=AFQjCNE8D2HpSsuVeU5oUWAahOi6qUkSTA">hg19</a></p>
</td>
<td rowspan="1" colspan="1">
<p>hg19</p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/hg19.transcriptome.bed.gz">Download</a></p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/hg19.lncRNAs.bed.gz">Download</a></p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/hg19.coding.bed.gz">Download</a></p>
</td>
</tr>
<tr>
<td rowspan="1" colspan="1">
<p>Rhesus</p>
</td>
<td rowspan="1" colspan="1">
<p><a href="http://www.google.com/url?q=http%3A%2F%2Fhgdownload.soe.ucsc.edu%2FgoldenPath%2FrheMac3%2FbigZips%2F&amp;sa=D&amp;sntz=1&amp;usg=AFQjCNE9JVXif3Efp4FVGd43K-BjTjrpwQ">rheMac3</a></p>
</td>
<td rowspan="1" colspan="1">
<p>rm3</p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/rm3.transcriptome.bed.gz">Download</a></p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/rm3.lncRNAs.bed.gz">Download</a></p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/rm3.coding.bed.gz">Download</a></p>
</td>
</tr>
<tr>
<td rowspan="1" colspan="1">
<p>Marmoset</p>
</td>
<td rowspan="1" colspan="1">
<p><a href="http://www.google.com/url?q=http%3A%2F%2Fhgdownload.soe.ucsc.edu%2FgoldenPath%2FcalJac3%2FbigZips%2F&amp;sa=D&amp;sntz=1&amp;usg=AFQjCNERBzLoHTuzHgX48eG9B5JwHfJeUg">calJac3</a></p>
</td>
<td rowspan="1" colspan="1">
<p>cj3</p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/cj3.transcriptome.bed.gz">Download</a></p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/cj3.lncRNAs.bed.gz">Download</a></p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/cj3.coding.bed.gz">Download</a></p>
</td>
</tr>
<tr>
<td rowspan="1" colspan="1">
<p>Mouse</p>
</td>
<td rowspan="1" colspan="1">
<p><a href="http://www.google.com/url?q=http%3A%2F%2Fhgdownload.soe.ucsc.edu%2FgoldenPath%2Fmm9%2FbigZips%2F&amp;sa=D&amp;sntz=1&amp;usg=AFQjCNFn4Vo-WHyxU1rVfWVKfgYCsdbvBw">mm9</a></p>
</td>
<td rowspan="1" colspan="1">
<p>mm9</p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/mm9.transcriptome.bed.gz">Download</a></p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/mm9.lncRNAs.bed.gz">Download</a></p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/mm9.coding.bed.gz">Download</a></p>
</td>
</tr>
<tr>
<td rowspan="1" colspan="1">
<p>Rabbit</p>
</td>
<td rowspan="1" colspan="1">
<p><a href="http://www.google.com/url?q=http%3A%2F%2Fhgdownload.soe.ucsc.edu%2FgoldenPath%2ForyCun2%2FbigZips%2F&amp;sa=D&amp;sntz=1&amp;usg=AFQjCNHV9p_9vZ6-wtW3ofOStkok2HmGYg">oryCun2</a></p>
</td>
<td rowspan="1" colspan="1">
<p>oc2</p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/oc2.transcriptome.bed.gz">Download</a></p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/oc2.lncRNAs.bed.gz">Download</a></p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/oc2.coding.bed.gz">Download</a></p>
</td>
</tr>
<tr>
<td rowspan="1" colspan="1">
<p>Dog</p>
</td>
<td rowspan="1" colspan="1">
<p><a href="http://www.google.com/url?q=http%3A%2F%2Fhgdownload.soe.ucsc.edu%2FgoldenPath%2FcanFam3%2FbigZips%2F&amp;sa=D&amp;sntz=1&amp;usg=AFQjCNF_CL0xW8BrQktADnX1_cKL5r7Zyw">canFam3</a></p>
</td>
<td rowspan="1" colspan="1">
<p>cf3</p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/cf3.transcriptome.bed.gz">Download</a></p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/cf3.lncRNAs.bed.gz">Download</a></p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/cf3.coding.bed.gz">Download</a></p>
</td>
</tr>
<tr>
<td rowspan="1" colspan="1">
<p>Ferret</p>
</td>
<td rowspan="1" colspan="1">
<p><a href="http://hgdownload.soe.ucsc.edu/goldenPath/musFur1/bigZips/">musFur1</a></p>
</td>
<td rowspan="1" colspan="1">
<p>oa3</p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/mf1.transcriptome.bed.gz">Download</a></p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/mf1.lncRNAs.bed.gz">Download</a></p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/mf1.coding.bed.gz">Download</a></p>
</td>
</tr>
<tr>
<td rowspan="1" colspan="1">
<p>Opossum</p>
</td>
<td rowspan="1" colspan="1">
<p><a href="http://www.google.com/url?q=http%3A%2F%2Fhgdownload.soe.ucsc.edu%2FgoldenPath%2FmonDom5%2FbigZips%2F&amp;sa=D&amp;sntz=1&amp;usg=AFQjCNFeZz8NVTDJzR7uP7dIFOnACpuL7A">monDom5</a></p>
</td>
<td rowspan="1" colspan="1">
<p>md5</p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/md5.transcriptome.bed.gz">Download</a></p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/md5.lncRNAs.bed.gz">Download</a></p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/md5.coding.bed.gz">Download</a></p>
</td>
</tr>
<tr>
<td rowspan="1" colspan="1">
<p>Chicken</p>
</td>
<td rowspan="1" colspan="1">
<p><a href="http://www.google.com/url?q=http%3A%2F%2Fhgdownload.soe.ucsc.edu%2FgoldenPath%2FgalGal4%2FbigZips%2F&amp;sa=D&amp;sntz=1&amp;usg=AFQjCNFDsmU33MtwXzpaZZQHlrfI4OwsyA">galGal4</a></p>
</td>
<td rowspan="1" colspan="1">
<p>gg4</p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/gg4.transcriptome.bed.gz">Download</a></p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/gg4.lncRNAs.bed.gz">Download</a></p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/gg4.coding.bed.gz">Download</a></p>
</td>
</tr>
<tr>
<td rowspan="1" colspan="1">
<p>Lizard</p>
</td>
<td rowspan="1" colspan="1">
<p><a href="http://www.google.com/url?q=http%3A%2F%2Fhgdownload.soe.ucsc.edu%2FgoldenPath%2FanoCar2%2FbigZips%2F&amp;sa=D&amp;sntz=1&amp;usg=AFQjCNEt4SZWNfHnA7MvJ6RWiql_yut4og">anoCar2</a></p>
</td>
<td rowspan="1" colspan="1">
<p>ac2</p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/ac2.transcriptome.bed.gz">Download</a></p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/ac2.lncRNAs.bed.gz">Download</a></p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/ac2.coding.bed.gz">Download</a></p>
</td>
</tr>
<tr>
<td rowspan="1" colspan="1">
<p>Coelacanth</p>
</td>
<td rowspan="1" colspan="1">
<p><a href="http://www.google.com/url?q=http%3A%2F%2Fhgdownload.soe.ucsc.edu%2FgoldenPath%2FlatCha1%2FbigZips%2F&amp;sa=D&amp;sntz=1&amp;usg=AFQjCNH17mc_Am63OygexvbH391-GPoqBg">latCha1</a></p>
</td>
<td rowspan="1" colspan="1">
<p>lc1</p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/lc1.transcriptome.bed.gz">Download</a></p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/lc1.lncRNAs.bed.gz">Download</a></p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/lc1.coding.bed.gz">Download</a></p>
</td>
</tr>
<tr>
<td rowspan="1" colspan="1">
<p>Zebrafish</p>
</td>
<td rowspan="1" colspan="1">
<p><a href="http://www.google.com/url?q=http%3A%2F%2Fhgdownload.soe.ucsc.edu%2FgoldenPath%2FdanRer7%2FbigZips%2F&amp;sa=D&amp;sntz=1&amp;usg=AFQjCNEgbPFFLxSYaERAtOLpbqIa5NmeCA">danRer7</a></p>
</td>
<td rowspan="1" colspan="1">
<p>dr7</p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/dr7.transcriptome.bed.gz">Download</a></p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/dr7.lncRNAs.bed.gz">Download</a></p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/dr7.coding.bed.gz">Download</a></p>
</td>
</tr>
<tr>
<td rowspan="1" colspan="1">
<p>Stickleback</p>
</td>
<td rowspan="1" colspan="1">
<p><a href="http://www.google.com/url?q=http%3A%2F%2Fhgdownload-test.sdsc.edu%2FgoldenPath%2FgasAcu1%2FbigZips%2F&amp;sa=D&amp;sntz=1&amp;usg=AFQjCNHLiWgr54hkQYAxKeU9FJn0FKzEDA">gasAcu1</a></p>
</td>
<td rowspan="1" colspan="1">
<p>ga1</p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/ga1.transcriptome.bed.gz">Download</a></p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/ga1.lncRNAs.bed.gz">Download</a></p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/ga1.coding.bed.gz">Download</a></p>
</td>
</tr>
<tr>
<td rowspan="1" colspan="1">
<p>Nile tilapia</p>
</td>
<td rowspan="1" colspan="1">
<p><a href="http://www.google.com/url?q=http%3A%2F%2Fhgdownload.soe.ucsc.edu%2FgoldenPath%2ForeNil2%2FbigZips%2F&amp;sa=D&amp;sntz=1&amp;usg=AFQjCNEgaAhALRYb2ZYx_ItCO53E3mgZ2w">oreNil2</a></p>
</td>
<td rowspan="1" colspan="1">
<p>ot2</p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/ot2.transcriptome.bed.gz">Download</a></p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/ot2.lncRNAs.bed.gz">Download</a></p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/ot2.coding.bed.gz">Download</a></p>
</td>
</tr>
<tr>
<td rowspan="1" colspan="1">
<p>Spotted gar</p>
</td>
<td rowspan="1" colspan="1">
<p><a href="http://www.google.com/url?q=http%3A%2F%2Fhgdownload-test.cse.ucsc.edu%2FgoldenPath%2FlepOcu1%2F&amp;sa=D&amp;sntz=1&amp;usg=AFQjCNEbTQSWyyyZXk3eYiwkkAySMRdKTg">lepOcu1</a></p>
</td>
<td rowspan="1" colspan="1">
<p>lo1</p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/lo1.transcriptome.bed.gz">Download</a></p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/lo1.lncRNAs.bed.gz">Download</a></p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/lo1.coding.bed.gz">Download</a></p>
</td>
</tr>
<tr>
<td rowspan="1" colspan="1">
<p>Elephant shark</p>
</td>
<td rowspan="1" colspan="1">
<p><a href="http://www.google.com/url?q=http%3A%2F%2Fhgdownload.soe.ucsc.edu%2FgoldenPath%2FcalMil1%2FbigZips%2F&amp;sa=D&amp;sntz=1&amp;usg=AFQjCNH2mc_GFk5E6kmVXftLL2lZVClIUQ">calMil1</a></p>
</td>
<td rowspan="1" colspan="1">
<p>cm1</p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/cm1.transcriptome.bed.gz">Download</a></p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/cm1.lncRNAs.bed.gz">Download</a></p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/cm1.coding.bed.gz">Download</a></p>
</td>
</tr>
<tr>
<td rowspan="1" colspan="1">
<p>Sea urchin</p>
</td>
<td rowspan="1" colspan="1">
<p><a href="http://www.google.com/url?q=http%3A%2F%2Fhgdownload-test.cse.ucsc.edu%2FgoldenPath%2FstrPur4%2F&amp;sa=D&amp;sntz=1&amp;usg=AFQjCNHQ_Coxb_z7jTAweTFkO0KtHZKjEA">strPur4</a></p>
</td>
<td rowspan="1" colspan="1">
<p>sp4</p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/sp4.transcriptome.bed.gz">Download</a></p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/sp4.lncRNAs.bed.gz">Download</a></p>
</td>
<td rowspan="1" colspan="1">
<p><a href="ftp://ftp-igor.weizmann.ac.il/pub/CLAP/data/sp4.coding.bed.gz">Download</a></p>
</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p><p>Address of the bookmark: <a href="http://www.weizmann.ac.il/Biological_Regulation/IgorUlitsky/PLAR" rel="nofollow">http://www.weizmann.ac.il/Biological_Regulation/IgorUlitsky/PLAR</a></p>]]></description>
	<dc:creator>Abhi</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/43923/monkeypox-virus-isolate-mpxv-usa-2022-ma001-complete-genome</guid>
	<pubDate>Tue, 26 Jul 2022 06:21:07 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/43923/monkeypox-virus-isolate-mpxv-usa-2022-ma001-complete-genome</link>
	<title><![CDATA[Monkeypox virus isolate MPXV_USA_2022_MA001, complete genome]]></title>
	<description><![CDATA[<pre>LOCUS       ON563414              197205 bp    DNA     linear   VRL 30-MAY-2022
DEFINITION  Monkeypox virus isolate MPXV_USA_2022_MA001, complete genome.
ACCESSION   ON563414
VERSION     ON563414.3
KEYWORDS    .
SOURCE      Monkeypox virus (monkeypox)
  ORGANISM  <a href="https://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?id=10244">Monkeypox virus</a>
            Viruses; Varidnaviria; Bamfordvirae; Nucleocytoviricota;
            Pokkesviricetes; Chitovirales; Poxviridae; Chordopoxvirinae;
            Orthopoxvirus.</pre><p>Address of the bookmark: <a href="https://www.ncbi.nlm.nih.gov/nuccore/ON563414" rel="nofollow">https://www.ncbi.nlm.nih.gov/nuccore/ON563414</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/44373/mitohifi-a-python-pipeline-for-mitochondrial-genome-assembly-from-pacbio-high-fidelity-reads</guid>
	<pubDate>Tue, 05 Sep 2023 07:31:35 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/44373/mitohifi-a-python-pipeline-for-mitochondrial-genome-assembly-from-pacbio-high-fidelity-reads</link>
	<title><![CDATA[MitoHiFi: a python pipeline for mitochondrial genome assembly from PacBio high fidelity reads]]></title>
	<description><![CDATA[<p dir="auto">MitoHiFi v3.2 is a python pipeline distributed under&nbsp;<a href="https://github.com/marcelauliano/MitoHiFi/blob/master/LICENSE">MIT License</a>&nbsp;!</p>
<p dir="auto">MitoHiFi was first developed to assemble the mitogenomes for a wide range of species in the Darwin Tree of Life Project (DToL)</p>
<p dir="auto">https://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-023-05385-y&nbsp;</p>
<p dir="auto"><a href="https://github.com/marcelauliano/MitoHiFi/blob/master/docs/dtol-logo-round-300x132.png" target="_blank"><img src="https://github.com/marcelauliano/MitoHiFi/raw/master/docs/dtol-logo-round-300x132.png" alt="" style="border: 0px; border: 0px;"></a></p><p>Address of the bookmark: <a href="https://github.com/marcelauliano/MitoHiFi" rel="nofollow">https://github.com/marcelauliano/MitoHiFi</a></p>]]></description>
	<dc:creator>Abhi</dc:creator>
</item>

</channel>
</rss>