<?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: Extract the sequence by IDs !]]></title>
	<link>https://bioinformaticsonline.com/snippets/view/41931/extract-the-sequence-by-ids?</link>
	<atom:link href="https://bioinformaticsonline.com/snippets/view/41931/extract-the-sequence-by-ids?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/41931/extract-the-sequence-by-ids</guid>
	<pubDate>Fri, 03 Jul 2020 04:58:39 -0500</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/41931/extract-the-sequence-by-ids</link>
	<title><![CDATA[Extract the sequence by IDs !]]></title>
	<description><![CDATA[<code>#This method can be applied directly to FASTA or a FASTQ file, compressed or uncompressed files. Seqtk is a fast and lightweight tool for processing biological data (FASTA/FASTQ). if you have a list of identifiers that you would like to extract from a file, you can run this command as follows:

#Extract sequences with names in file name.list, one sequence name per line:
seqtk subseq input.fasta name.list &gt; output.fasta</code>]]></description>
	<dc:creator>Surabhi Chaudhary</dc:creator>
</item>

</channel>
</rss>