<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Obioma Chukueggu</title>
    <description>The latest articles on DEV Community by Obioma Chukueggu (@obim).</description>
    <link>https://dev.to/obim</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1365053%2Fc37dada7-4f7d-4be0-a3e1-b6dc728a45d1.jpeg</url>
      <title>DEV Community: Obioma Chukueggu</title>
      <link>https://dev.to/obim</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/obim"/>
    <language>en</language>
    <item>
      <title>Download Fasta files in Bash using Nano text editor in 4 simple steps</title>
      <dc:creator>Obioma Chukueggu</dc:creator>
      <pubDate>Tue, 19 Mar 2024 22:58:10 +0000</pubDate>
      <link>https://dev.to/obim/how-to-download-fasta-files-in-bash-using-nano-text-editor-5b8m</link>
      <guid>https://dev.to/obim/how-to-download-fasta-files-in-bash-using-nano-text-editor-5b8m</guid>
      <description>&lt;p&gt;Using the Nano text editor to download genetic sequences can be a bit daunting. Which is why I have taken the liberty to guide you in 4 simple steps. Let’s jump right into it!&lt;/p&gt;

&lt;h1&gt;
  
  
  Step 1: Search for the nucleotide
&lt;/h1&gt;

&lt;p&gt;Start by searching for the nucleotide on the &lt;a href="https://www.ncbi.nlm.nih.gov/nucleotide/"&gt;NCIB nucleotide&lt;/a&gt; website.&lt;/p&gt;

&lt;p&gt;For the sake of illustration, we will use the MTOR nucleotide. Once the nucleotide is found, click the Fasta option and copy the nucleotide sequence using CTRL C.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fy00y9bvvnsrnwmw2ty76.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fy00y9bvvnsrnwmw2ty76.png" alt="Image description" width="800" height="169"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 2: Open Nano on your coding workspace
&lt;/h2&gt;

&lt;p&gt;This command works regardless of any workspace being used such as  Google shell cloud or Git bash.&lt;/p&gt;

&lt;p&gt;On your terminal, type {Nano} and press enter.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 3: Save the Nano file
&lt;/h2&gt;

&lt;p&gt;Paste the copied sequence from step 1 into the Nano editor, and use CTRL X to exit and save. Remember to name your file.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F83m1rn01o2rpsi5ojfis.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F83m1rn01o2rpsi5ojfis.png" alt="Image description" width="800" height="420"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 4: Print your sequence
&lt;/h2&gt;

&lt;p&gt;Use the {ls} command to list the contents of the folder and ensure that your nano file is saved. &lt;br&gt;
Use the {Cat} command to print the contents of the file on your terminal by typing {cat filename}.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fp0q7vhe0hj9vsgwcd5zf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fp0q7vhe0hj9vsgwcd5zf.png" alt="Image description" width="759" height="92"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And just like that, you have successfully downloaded your file.&lt;br&gt;
&lt;em&gt;Let me know in the comments if you found this helpful.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>nanognu</category>
      <category>bash</category>
      <category>bioinformatics</category>
    </item>
  </channel>
</rss>
