<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>BioArchLinux</title>
    <link>https://bioarchlinux.org/</link>
    <description>Recent content on BioArchLinux</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 11 Mar 2025 23:57:12 +0000</lastBuildDate>
    
        <atom:link href="https://bioarchlinux.org/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Our manuscript has been published</title>
      <link>https://bioarchlinux.org/posts/2025-03-12/</link>
      <pubDate>Tue, 11 Mar 2025 23:57:12 +0000</pubDate>
      
      <guid>https://bioarchlinux.org/posts/2025-03-12/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://doi.org/10.1093/bioinformatics/btaf106&#34;&gt;Our BioArchLinux paper&lt;/a&gt; has been online published in Bioinformatics, the official journal of the International Society for Computational Biology!&lt;/p&gt;
&lt;p&gt;A huge thank you to our community for your continued support, feedback, and involvement. BioArchLinux&amp;rsquo;s success would not be possible without each and every one of you! We always look forward to your ongoing and more involvement.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://bioarchlinux.org/images/bioarch_paper.png&#34; alt=&#34;screenshot&#34;&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Our Packages Search Web Online</title>
      <link>https://bioarchlinux.org/posts/2023-06-27/</link>
      <pubDate>Wed, 28 Jun 2023 10:11:25 +0000</pubDate>
      
      <guid>https://bioarchlinux.org/posts/2023-06-27/</guid>
      <description>&lt;p&gt;With contribution of &lt;a href=&#34;https://github.com/sinsong&#34;&gt;sinsong&lt;/a&gt;, we now have our own pkg search web, you can find it &lt;a href=&#34;https://bioarchlinux.org/packages&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The frontend service is written in Vue providing web.&lt;/p&gt;
&lt;p&gt;The backend service is written in Lua providing API.&lt;/p&gt;
&lt;p&gt;API of our repo is also provided. &lt;code&gt;bioarchlinux.org/api/pkglist.json&lt;/code&gt; is the list of all pkgs in our repo. &lt;code&gt;bioarchlinux.org/api/${pkgname}.json&lt;/code&gt; is every single pkg&amp;rsquo;s info.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Repology add bioarchlinux</title>
      <link>https://bioarchlinux.org/posts/2023-06-02/</link>
      <pubDate>Fri, 02 Jun 2023 02:17:58 +0000</pubDate>
      
      <guid>https://bioarchlinux.org/posts/2023-06-02/</guid>
      <description>&lt;p&gt;Today, &lt;a href=&#34;https://repology.org/&#34;&gt;repology&lt;/a&gt; added our repo into &lt;a href=&#34;https://repology.org/repositories/graphs&#34;&gt;their map&lt;/a&gt;, can you find it?&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Junest image released</title>
      <link>https://bioarchlinux.org/posts/2023-05-14/</link>
      <pubDate>Sun, 14 May 2023 00:00:00 +0000</pubDate>
      
      <guid>https://bioarchlinux.org/posts/2023-05-14/</guid>
      <description>&lt;p&gt;Today, we first release our &lt;a href=&#34;https://repo.bioarchlinux.org/junset/&#34;&gt;weekly junest image&lt;/a&gt;, everyone can use it for non-root user on Arch Linux and other non-archlinux distro families.&lt;/p&gt;
&lt;p&gt;For using the junest, you can check &lt;a href=&#34;https://github.com/BioArchLinux/junest-img&#34;&gt;the README page of the junest project&lt;/a&gt;.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;curl -O https://raw.githubusercontent.com/BioArchLinux/junest-img/main/biojunest.sh
chmod +x biojunest.sh &amp;amp;&amp;amp; ./biojunest.sh
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Then enjoy it&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;sudoj pacman -Syu
sudoj pacman -S foo
&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
    
    <item>
      <title>Not A Joke: ISO image released</title>
      <link>https://bioarchlinux.org/posts/2023-04-01/</link>
      <pubDate>Sat, 01 Apr 2023 07:42:32 +0000</pubDate>
      
      <guid>https://bioarchlinux.org/posts/2023-04-01/</guid>
      <description>&lt;p&gt;Today, we first release our &lt;a href=&#34;https://repo.bioarchlinux.org/iso/&#34;&gt;monthly iso image&lt;/a&gt;, everyone can use it just like using archiso, however, the only difference is that you need to replace &lt;code&gt;base&lt;/code&gt; with &lt;code&gt;base-bio&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;For using the iso, you can check &lt;a href=&#34;https://github.com/BioArchLinux/iso&#34;&gt;the README page of the iso project&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Again, this iso is not a joke.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>BioArchLinux on WSL and Docker lauched</title>
      <link>https://bioarchlinux.org/posts/2022-07-21/</link>
      <pubDate>Thu, 21 Jul 2022 19:03:43 +0000</pubDate>
      
      <guid>https://bioarchlinux.org/posts/2022-07-21/</guid>
      <description>&lt;p&gt;These days, &lt;a href=&#34;https://github.com/BioArchLinux/wsl&#34;&gt;WSL&lt;/a&gt; annd &lt;a href=&#34;https://github.com/BioArchLinux/docker&#34;&gt;Docker&lt;/a&gt; have lauched.&lt;/p&gt;
&lt;p&gt;For WSL you can get at wsl folder of repository to access the tar file.&lt;/p&gt;
&lt;p&gt;For Docker, you can just &lt;code&gt;docker run -it bioarchlinux/bioarchlinux /bin/bash&lt;/code&gt; to use it.&lt;/p&gt;
&lt;p&gt;Docker image updates daily and wsl image updates weekly.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Serveral Servers lauched</title>
      <link>https://bioarchlinux.org/posts/2022-05-28/</link>
      <pubDate>Sat, 28 May 2022 17:56:42 +0000</pubDate>
      
      <guid>https://bioarchlinux.org/posts/2022-05-28/</guid>
      <description>&lt;p&gt;Now we have &lt;a href=&#34;https://wiki.bioarchlinux.org&#34;&gt;our own mediawiki site&lt;/a&gt;, all the items related with bioinformatics is welcomed and registeration is open.&lt;/p&gt;
&lt;p&gt;For maintainers, the &lt;a href=&#34;https://build.bioarchlinux.org&#34;&gt;build status site&lt;/a&gt; is lauched, and you can check if the recent package passed or not, also, you can access the full log in this website to check if there is any specific problems.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>New packages for BioArchLinux has been compiled</title>
      <link>https://bioarchlinux.org/posts/2022-04-16a/</link>
      <pubDate>Sat, 16 Apr 2022 19:52:12 +0000</pubDate>
      
      <guid>https://bioarchlinux.org/posts/2022-04-16a/</guid>
      <description>&lt;p&gt;Now BioArchLinux has the GPG keyring package called &lt;code&gt;bioarchlinux-keyring&lt;/code&gt; and we have our mirrorlist package called &lt;code&gt;bioarchlinux-mirrorlist&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Now add repository just need to add our repository information to &lt;code&gt;/etc/pacman.conf&lt;/code&gt; and then &lt;code&gt;pacman -Sy &amp;amp;&amp;amp; pacman -S bioarchlinux-keyring&lt;/code&gt; then you can use our repository.&lt;/p&gt;
&lt;p&gt;You can edit &lt;code&gt;/etc/pacman.d/mirrorlist.bio&lt;/code&gt; to use the mirror you want to use.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>BioArchLinux change the name of database</title>
      <link>https://bioarchlinux.org/posts/2022-04-16/</link>
      <pubDate>Sat, 16 Apr 2022 19:47:32 +0000</pubDate>
      
      <guid>https://bioarchlinux.org/posts/2022-04-16/</guid>
      <description>&lt;p&gt;Now the db name of BioArchLinux has changed o bioarchlinux, please replace &lt;code&gt;[BioArchLinux]&lt;/code&gt; with &lt;code&gt;[bioarchlinux]&lt;/code&gt; in &lt;code&gt;/etc/pacman.conf&lt;/code&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>We have mirror now</title>
      <link>https://bioarchlinux.org/posts/2022-04-15/</link>
      <pubDate>Fri, 15 Apr 2022 17:07:46 +0000</pubDate>
      
      <guid>https://bioarchlinux.org/posts/2022-04-15/</guid>
      <description>&lt;p&gt;Thanks go to xTom and Nanjing University, now there are four mirror sites around the world.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>pkgs.org includes the status our repository</title>
      <link>https://bioarchlinux.org/posts/2022-04-10/</link>
      <pubDate>Sun, 10 Apr 2022 21:26:33 +0000</pubDate>
      
      <guid>https://bioarchlinux.org/posts/2022-04-10/</guid>
      <description>&lt;p&gt;pkgs.org is a web to show packages from different distributions and repository, now pkgs.org include our repository.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Happy New Year</title>
      <link>https://bioarchlinux.org/posts/2022-01-01/</link>
      <pubDate>Sat, 01 Jan 2022 00:00:00 +0000</pubDate>
      
      <guid>https://bioarchlinux.org/posts/2022-01-01/</guid>
      <description>&lt;h1 id=&#34;happy-new-year&#34;&gt;Happy New Year&lt;/h1&gt;
&lt;p&gt;Hello, everyone, thanks for using BioArchLinux, best wishes for you and BioArchLinux repository and comunity&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
