<?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: Jaeger : an accurate and fast deep-learning tool to detect bacteriophage sequences]]></title>
	<link>https://bioinformaticsonline.com/bookmarks/view/44878/jaeger-an-accurate-and-fast-deep-learning-tool-to-detect-bacteriophage-sequences?</link>
	<atom:link href="https://bioinformaticsonline.com/bookmarks/view/44878/jaeger-an-accurate-and-fast-deep-learning-tool-to-detect-bacteriophage-sequences?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/44878/jaeger-an-accurate-and-fast-deep-learning-tool-to-detect-bacteriophage-sequences</guid>
	<pubDate>Thu, 14 Aug 2025 04:02:05 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/44878/jaeger-an-accurate-and-fast-deep-learning-tool-to-detect-bacteriophage-sequences</link>
	<title><![CDATA[Jaeger : an accurate and fast deep-learning tool to detect bacteriophage sequences]]></title>
	<description><![CDATA[<p dir="auto">Jaeger is a tool that utilizes homology-free machine learning to identify phage genome sequences that are hidden within metagenomes. It is capable of detecting both phages and prophages within metagenomic assemblies.</p>
<p dir="auto">The performance of the Jaeger workflow can be significantly increased by utilizing GPUs. To enable GPU support, the CUDA Toolkit and cuDNN library must be accessible to conda.</p>
<div>
<pre><code># setup bioconda
conda config --add channels defaults
conda config --add channels bioconda
conda config --add channels conda-forge
conda config --set channel_priority strict

# create conda environment and install jaeger
mamba create -n jaeger -c nvidia -c conda-forge cuda-nvcc "python&gt;=3.9,&lt;3.12" pip jaeger-bio


# activate environment
conda activate jaeger</code></pre>
</div><p>Address of the bookmark: <a href="https://github.com/MGXlab/Jaeger" rel="nofollow">https://github.com/MGXlab/Jaeger</a></p>]]></description>
	<dc:creator>Neel</dc:creator>
</item>

</channel>
</rss>