<?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: Neel's pages]]></title>
	<link>https://bioinformaticsonline.com/pages/owner/neelam?</link>
	<atom:link href="https://bioinformaticsonline.com/pages/owner/neelam?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/pages/view/44371/steps-to-find-all-the-repeats-in-the-genome</guid>
	<pubDate>Thu, 31 Aug 2023 02:43:28 -0500</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/44371/steps-to-find-all-the-repeats-in-the-genome</link>
	<title><![CDATA[Steps to find all the repeats in the genome !]]></title>
	<description><![CDATA[<div><p>To find repeats in a genome from 2 to 9 length using a Perl script, you can use the RepeatMasker tool with the "--length" option<a href="https://mobilednajournal.biomedcentral.com/articles/10.1186/1759-8753-5-13" target="_blank">[0]</a>. Here's a step-by-step guide:</p></div><div><ol>
<li>Install RepeatMasker: First, you need to install RepeatMasker on your system. You can download it from the RepeatMasker website<a href="https://mobilednajournal.biomedcentral.com/articles/10.1186/1759-8753-5-13" target="_blank">[0]</a>.</li>
</ol></div><div><ol>
<li>Prepare the genome sequence: Make sure you have the genome sequence in a FASTA file format. Let's assume the file is named "genome.fasta".</li>
</ol><blockquote><p>./RepeatMasker -pa &lt;number_of_processors&gt; -nolow -norna -no_is -div &lt;divergence_value&gt; -lib RepeatMaskerLib.embl -gff -xsmall -small -poly -species &lt;species_name&gt; -dir &lt;output_directory&gt; -length &lt;min_length&gt;-&lt;max_length&gt; genome.fasta</p></blockquote><div><p>Replace the following placeholders with appropriate values:</p><ul>
<li><code>&lt;number_of_processors&gt;</code>: The number of processors/threads you want to use for parallel processing.</li>
<li><code>&lt;divergence_value&gt;</code>: The divergence value for the species you are analyzing. You can find divergence values for different species in the RepeatMasker documentation<a href="https://mobilednajournal.biomedcentral.com/articles/10.1186/1759-8753-5-13" target="_blank">[0]</a>.</li>
<li><code>&lt;species_name&gt;</code>: The name of the species you are analyzing.</li>
<li><code>&lt;output_directory&gt;</code>: The directory where you want the output files to be saved.</li>
<li><code>&lt;min_length&gt;</code>&nbsp;and&nbsp;<code>&lt;max_length&gt;</code>: The minimum and maximum lengths of the repeats you want to find (in this case, 2 and 9).</li>
</ul></div><div><ol>
<li>Analyze the output: RepeatMasker will generate several output files, including a .out file. You can parse this file to extract the information you need. There is a Perl tool called "one_code_to_find_them_all.pl" that can help you parse RepeatMasker output files<a href="https://mobilednajournal.biomedcentral.com/articles/10.1186/1759-8753-5-13" target="_blank">[0]</a>. You can download it from the source provided.</li>
</ol></div><div><ol>
<li>Use the provided Perl script: Once you have the "one_code_to_find_them_all.pl" script, you can run it to conveniently parse the RepeatMasker output files. Here's an example of how to use it:</li>
</ol><blockquote><p>perl one_code_to_find_them_all.pl --rm &lt;RepeatMasker_out_file&gt; --length &lt;length_file&gt;</p></blockquote></div><p>&nbsp;</p></div><div><div><p>Replace&nbsp;<code>&lt;RepeatMasker_out_file&gt;</code>&nbsp;with the path to your RepeatMasker .out file, and&nbsp;<code>&lt;length_file&gt;</code>&nbsp;with the path to a file containing the lengths of the reference elements.</p></div><div><p>This script will generate several output files, including .log.txt and .copynumber.csv, which contain quantitative information about the identified repeat elements.</p></div><div><p>Remember to adjust the parameters and options according to your specific needs and the characteristics of your genome.</p></div></div>]]></description>
	<dc:creator>Neel</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/pages/view/35915/iupac-codes</guid>
	<pubDate>Tue, 13 Mar 2018 05:16:05 -0500</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/35915/iupac-codes</link>
	<title><![CDATA[IUPAC codes]]></title>
	<description><![CDATA[<p>IUPAC codes</p><p>DNA:</p><p>Nucleotide Code: Base:</p><p>---------------- -----</p><p>A.................Adenine</p><p>C.................Cytosine</p><p>G.................Guanine</p><p>T (or U)..........Thymine (or Uracil)</p><p>R.................A or G</p><p>Y.................C or T</p><p>S.................G or C</p><p>W.................A or T</p><p>K.................G or T</p><p>M.................A or C</p><p>B.................C or G or T</p><p>D.................A or G or T</p><p>H.................A or C or T</p><p>V.................A or C or G</p><p>N.................any base . or -............gap</p><p>Protein:</p><p>Amino Acid Code: Three letter Code: Amino Acid:</p><p>---------------- ------------------ -----------</p><p>A.................Ala.................Alanine</p><p>B.................Asx.................Aspartic acid or Asparagine</p><p>C.................Cys.................Cysteine</p><p>D.................Asp.................Aspartic Acid</p><p>E.................Glu.................Glutamic Acid</p><p>F.................Phe.................Phenylalanine</p><p>G.................Gly.................Glycine</p><p>H.................His.................Histidine</p><p>I.................Ile.................Isoleucine</p><p>K.................Lys.................Lysine</p><p>L.................Leu.................Leucine</p><p>M.................Met.................Methionine</p><p>N.................Asn.................Asparagine</p><p>P.................Pro.................Proline</p><p>Q.................Gln.................Glutamine</p><p>R.................Arg.................Arginine</p><p>S.................Ser.................Serine</p><p>T.................Thr.................Threonine</p><p>V.................Val.................Valine</p><p>W.................Trp.................Tryptophan</p><p>X.................Xaa.................Any amino acid</p><p>Y.................Tyr.................Tyrosine</p><p>Z.................Glx.................Glutamine or Glutamic acid</p>]]></description>
	<dc:creator>Neel</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/pages/view/35395/comprehensive-list-of-visualization-tools-for-biological-pathways</guid>
	<pubDate>Tue, 30 Jan 2018 06:01:31 -0600</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/35395/comprehensive-list-of-visualization-tools-for-biological-pathways</link>
	<title><![CDATA[Comprehensive list of visualization tools for biological pathways]]></title>
	<description><![CDATA[<p>The study of biological pathways is a key to understand the different processes inside a cell: proteins exert their function not in isolation but in a tightly controlled network of interactions and reactions. Activation of a pathway typically leads to a change of state in the cell. Pathways come in different flavors, depending on their functions in the cell &ndash; the three main types are metabolic pathways, gene regulatory pathways, and signaling pathways. These biological pathways and networks are not only an appropriate approach to visualize molecular reactions. They have also become one leading method in -omics data analysis and visualization.</p><p><img src="https://photos-1.dropbox.com/t/2/AABemz29qAuSTqSzr5mEsQE7JIMxZlU1CBy0E5n0yUVYbA/12/85115969/png/32x32/1/_/1/2/pathway.png/EOfXoUIYrJ8CIAcoBw/01qsT2eykyPvSH-rNpy3cqioDzZPc4i-xULG3BEZvCk?preserve_transparency=1&amp;size=1280x960&amp;size_mode=3" width="800" height="533" alt="image" style="border: 0px;"></p><p>Following are the comprehensive list of visualization tools for biological pathways:</p><p>BiNA</p><p>Drawings of metabolic networks supporting hiding of cofactors and drawing of chemical structures</p><p>http://bina.unipax.info/</p><p>BioTapestry</p><p>Interactive tool for building, visualizing and sharing gene regulatory network models over the web</p><p>http://www.biotapestry.org/</p><p>Caleydo</p><p>Visual analysis framework targeted at biomolecular data. Visualization of interdependencies between multiple datasets</p><p>http://www.caleydo.org/</p><p>CellDesigner</p><p>A modeling tool for biochemical networks</p><p>http://www.celldesigner.org/</p><p>Edinburgh Pathway Editor</p><p>Edit and draw pathway diagrams</p><p>http://epe.sourceforge.net/SourceForge/EPE.html</p><p>GenMAPP</p><p>Visualization of gene expression and other genomic data on maps representing biological pathways and groupings of genes</p><p>http://www.genmapp.org/</p><p>Ingenuity IPA</p><p>Data integration platform and manually annotated pathways</p><p>http://tinyurl.com/IngenuityPath</p><p>JDesigner</p><p>Graphical modeling environment for biochemical reaction networks</p><p>http://jdesigner.sourceforge.net/Site/JDesigner.html</p><p>KaPPA View</p><p>Plant pathways</p><p>http://kpv.kazusa.or.jp/</p><p>KEGG Atlas</p><p>Interactive Kyoto Encyclopedia of Genes and Genomes pathways</p><p>http://www.genome.jp/kegg/</p><p>Omix&nbsp;</p><p>Visualizing multi-omics data in metabolic networks</p><p>https://www.omix-visualization.com</p><p>PathVisio&nbsp;</p><p>Biological pathway analysis software that allows drawing, editing and analysis of biological pathways</p><p>http://www.pathvisio.org/</p><p>VitaPad&nbsp;</p><p>Application to visualize biological pathways and map experimental data to them</p><p>http://tinyurl.com/vitapad/</p><p>Web tools for pathways</p><p>ArrayXPath&nbsp;</p><p>Mapping and visualizing microarray gene-expression data and integrated biological pathway resources using SVG</p><p>http://tinyurl.com/ArrayXPath/</p><p>GEPAT&nbsp;</p><p>Integrated analysis of transcriptome data in genomic, proteomic and metabolic contexts</p><p>http://gepat.sourceforge.net/</p><p>iPath&nbsp;</p><p>Web-based tool for the visualization, analysis and customization of pathway maps</p><p>http://pathways.embl.de/</p><p>Kegg-Based Viewer&nbsp;</p><p>KEGG-based pathway visualization tool for complex high-throughput data</p><p>http://www.g-language.org/data/marray/</p><p>MapMan&nbsp;</p><p>User-driven tool that displays large datasets onto diagrams of metabolic pathways or other processes</p><p>http://mapman.gabipd.org/web/guest/mapman</p><p>MetPA&nbsp;</p><p>Analysis and visualization of metabolomic data within the biological context of metabolic pathways</p><p>http://metpa.metabolomics.ca</p><p>Omics Viewer&nbsp;</p><p>Data mapping on BioCyc pathways (collection of 5500 pathway/genome databases)</p><p>http://www.biocyc.org/</p><p>Pathway Explorer</p><p>Interactive Java drawing tool for the construction of biological pathway diagrams in a visual way and the annotation of the components and interactions between them</p><p>http://genome.tugraz.at/pathwayexplorer/pathwayexplorer_description.shtml</p><p>Pathway projector&nbsp;</p><p>Zoomable pathway browser using KEGG atlas and Google Maps API</p><p>http://www.g-language.org/PathwayProjector/</p><p>PATIKA&nbsp;</p><p>Integrated environment composed of a central database and a visual editor, built around an extensive ontology and an integration framework</p><p>http://www.cs.bilkent.edu.tr/~patikaweb/</p><p>Reactome SkyPainter&nbsp;</p><p>Visualization of over-represented pathways and reactions from gene lists</p><p>http://www.reactome.org/skypainter-2</p><p>WikiPathways</p><p>Wiki-based, open, public platform dedicated to the curation of biological pathways by and for the scientific community</p><p>http://www.wikipathways.org/</p>]]></description>
	<dc:creator>Neel</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/pages/view/35144/converting-fastq-to-fasta</guid>
	<pubDate>Fri, 12 Jan 2018 03:49:09 -0600</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/35144/converting-fastq-to-fasta</link>
	<title><![CDATA[Converting FASTQ to FASTA]]></title>
	<description><![CDATA[<div id="block-system-main"><div><div><div><div><div><div><p>There are several ways you can convert fastq to fasta sequences. Some methods are listed below.</p><h3>Using SED</h3><p><span><code><span>sed</span></code></span>&nbsp;can be used to selectively print the desired lines from a file, so if you print the first and 2rd line of every 4 lines, you get the sequence header and sequence needed for fasta format.</p><pre>sed -n '1~4s/^@/&gt;/p;2~4p' INFILE.fastq &gt; OUTFILE.fasta
</pre><h3>Using PASTE</h3><p>You can linerize every 4 lines in a tabular format and print first and second field using&nbsp;<span><code>paste</code></span></p><pre>cat INFILE.fastq | paste - - - - |cut -f 1, 2| sed 's/@/&gt;/'g | tr -s "/t" "/n" &gt; OUTFILE.fasta
</pre><h3>EMBOSS:seqret</h3><p>Standard script that can be used for many purposes. One such use is fastq-fasta conversion</p><pre>seqret -sequence reads.fastq -outseq reads.fasta
</pre><p><span><code><span>awk</span></code></span>&nbsp;can be used for conversion as follows:</p><h3>Using AWK</h3><pre>cat infile.fq | awk '{if(NR%4==1) {printf("&gt;%s\n",substr($0,2));} else if(NR%4==2) print;}' &gt; file.fa
</pre><h3>FASTX-toolkit</h3><p><span><code>fastq_to_fasta</code></span>&nbsp;is available in the FASTX-toolkit that scales really well with the huge datasets</p><pre>fastq_to_fasta -h
usage: fastq_to_fasta [-h] [-r] [-n] [-v] [-z] [-i INFILE] [-o OUTFILE]
# Remember to use -Q33 for illumina reads!
version 0.0.6
       [-h]         = This helpful help screen.
       [-r]         = Rename sequence identifiers to numbers.
       [-n]         = keep sequences with unknown (N) nucleotides.
                   Default is to discard such sequences.
       [-v]         = Verbose - report number of sequences.
                   If [-o] is specified,  report will be printed to STDOUT.
                   If [-o] is not specified (and output goes to STDOUT),
                   report will be printed to STDERR.
       [-z]         = Compress output with GZIP.
       [-i INFILE]  = FASTA/Q input file. default is STDIN.
       [-o OUTFILE] = FASTA output file. default is STDOUT.
</pre><h3>Bioawk</h3><p>Another option to convert fastq to fasta format using&nbsp;<span><code>bioawk</code></span></p><pre>bioawk -c fastx '{print "&gt;"$name"\n"$seq}' input.fastq &gt; output.fasta
</pre><h3>Seqtk</h3><p>From the same developer, there is another option using a tool called&nbsp;<span><code>seqtk</code></span></p><pre>seqtk seq -a input.fastq &gt; output.fasta
</pre><p>Note that you can use either compressed or uncompressed files for this tool</p></div></div></div></div></div></div></div>]]></description>
	<dc:creator>Neel</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/pages/view/34552/edit-distance-application-in-bioinformatics</guid>
	<pubDate>Thu, 07 Dec 2017 08:46:51 -0600</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/34552/edit-distance-application-in-bioinformatics</link>
	<title><![CDATA[Edit distance application in bioinformatics !]]></title>
	<description><![CDATA[<p>There are other popular measures of&nbsp;<a href="https://en.wikipedia.org/wiki/Edit_distance" title="Edit distance">edit distance</a>, which are calculated using a different set of allowable edit operations. For instance,</p><ul>
<li>the&nbsp;<a href="https://en.wikipedia.org/wiki/Damerau%E2%80%93Levenshtein_distance" title="Damerau&ndash;Levenshtein distance">Damerau&ndash;Levenshtein distance</a>&nbsp;allows insertion, deletion, substitution, and the&nbsp;<a href="https://en.wikipedia.org/wiki/Transposition_(mathematics)" title="Transposition (mathematics)">transposition</a>&nbsp;of two adjacent characters;</li>
<li>the&nbsp;<a href="https://en.wikipedia.org/wiki/Longest_common_subsequence_problem" title="Longest common subsequence problem">longest common subsequence</a>&nbsp;(LCS) distance allows only insertion and deletion, not substitution;</li>
<li>the&nbsp;<a href="https://en.wikipedia.org/wiki/Hamming_distance" title="Hamming distance">Hamming distance</a>&nbsp;allows only substitution, hence, it only applies to strings of the same length.</li>
<li>the&nbsp;<a href="https://en.wikipedia.org/wiki/Jaro_distance" title="Jaro distance">Jaro distance</a>&nbsp;allows only&nbsp;<a href="https://en.wikipedia.org/wiki/Transposition_(mathematics)" title="Transposition (mathematics)">transposition</a>.</li>
</ul><p>&nbsp;</p><pre><span>use</span> Text<span>::</span>Levenshtein <span>qw</span><span>(</span>distance<span>);</span>

 <span>print</span> <span>distance</span><span>(</span><span>"foo"</span><span>,</span><span>"four"</span><span>);</span>
 <span># prints "2"</span>

 <span>my</span> <span>@words</span>     <span>=</span> <span>qw</span><span>/ four foo bar /</span><span>;</span>
 <span>my</span> <span>@distances</span> <span>=</span> <span>distance</span><span>(</span><span>"foo"</span><span>,</span><span>@words</span><span>);</span>

 <span>print</span> <span>"@distances"</span><span>;</span>
 <span># prints "2 0 3"</span><br /><br /><br /></pre><pre><span>use</span> Algorithm<span>::</span>LCSS <span>qw</span><span>(</span> LCSS CSS CSS_Sorted <span>);</span>
    <span>my</span> <span>$lcss_ary_ref</span> <span>=</span> <span>LCSS</span><span>(</span> <span>\</span><span>@SEQ1</span><span>,</span> <span>\</span><span>@SEQ2</span> <span>);</span>  <span># ref to array</span>
    <span>my</span> <span>$lcss_string</span>  <span>=</span> <span>LCSS</span><span>(</span> <span>$STR1</span><span>,</span> <span>$STR2</span> <span>);</span>    <span># string</span>
    <span>my</span> <span>$css_ary_ref</span> <span>=</span> <span>CSS</span><span>(</span> <span>\</span><span>@SEQ1</span><span>,</span> <span>\</span><span>@SEQ2</span> <span>);</span>    <span># ref to array of arrays</span>
    <span>my</span> <span>$css_str_ref</span> <span>=</span> <span>CSS</span><span>(</span> <span>$STR1</span><span>,</span> <span>$STR2</span> <span>);</span>      <span># ref to array of strings</span>
    <span>my</span> <span>$css_ary_ref</span> <span>=</span> <span>CSS_Sorted</span><span>(</span> <span>\</span><span>@SEQ1</span><span>,</span> <span>\</span><span>@SEQ2</span> <span>);</span>  <span># ref to array of arrays</span>
    <span>my</span> <span>$css_str_ref</span> <span>=</span> <span>CSS_Sorted</span><span>(</span> <span>$STR1</span><span>,</span> <span>$STR2</span> <span>);</span>    <span># ref to array of strings<br /><br /><br /><br /></span></pre><p>There are many different modules on CPAN for calculating the edit distance between two strings. Here's just a selection.</p><p><a href="http://search.cpan.org/perldoc?Text%3A%3ALevenshteinXS">Text::LevenshteinXS</a>&nbsp;and&nbsp;<a href="http://search.cpan.org/perldoc?Text%3A%3ALevenshtein%3A%3AXS">Text::Levenshtein::XS</a>&nbsp;are both versions of the Levenshtein algorithm that require a C compiler, but will be a lot faster than this module.</p><p>The Damerau-Levenshtein edit distance is like the Levenshtein distance, but in addition to insertion, deletion and substitution, it also considers the transposition of two adjacent characters to be a single edit. The module&nbsp;<a href="http://search.cpan.org/perldoc?Text%3A%3ALevenshtein%3A%3ADamerau">Text::Levenshtein::Damerau</a>&nbsp;defaults to using a pure perl implementation, but if you've installed&nbsp;<a href="http://search.cpan.org/perldoc?Text%3A%3ALevenshtein%3A%3ADamerau%3A%3AXS">Text::Levenshtein::Damerau::XS</a>&nbsp;then it will be a lot quicker.</p><p><a href="http://search.cpan.org/perldoc?Text%3A%3AWagnerFischer">Text::WagnerFischer</a>&nbsp;is an implementation of the Wagner-Fischer edit distance, which is similar to the Levenshtein, but applies different weights to each edit type.</p><p><a href="http://search.cpan.org/perldoc?Text%3A%3ABrew">Text::Brew</a>&nbsp;is an implementation of the Brew edit distance, which is another algorithm based on edit weights.</p><p><a href="http://search.cpan.org/perldoc?Text%3A%3AFuzzy">Text::Fuzzy</a>&nbsp;provides a number of operations for partial or fuzzy matching of text based on edit distance.&nbsp;<a href="http://search.cpan.org/perldoc?Text%3A%3AFuzzy%3A%3APP">Text::Fuzzy::PP</a>&nbsp;is a pure perl implementation of the same interface.</p><p><a href="http://search.cpan.org/perldoc?String%3A%3ASimilarity">String::Similarity</a>&nbsp;takes two strings and returns a value between 0 (meaning entirely different) and 1 (meaning identical). Apparently based on edit distance.</p><p><a href="http://search.cpan.org/perldoc?Text%3A%3ADice">Text::Dice</a>&nbsp;calculates&nbsp;<a href="https://en.wikipedia.org/wiki/S%C3%B8rensen%E2%80%93Dice_coefficient">Dice's coefficient</a>&nbsp;for two strings. This formula was originally developed to measure the similarity of two different populations in ecological research.</p><pre><span>&nbsp;</span></pre>]]></description>
	<dc:creator>Neel</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/pages/view/33837/awesome-perl-frameworks-libraries-and-software-part-1</guid>
	<pubDate>Fri, 07 Jul 2017 04:06:59 -0500</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/33837/awesome-perl-frameworks-libraries-and-software-part-1</link>
	<title><![CDATA[Awesome perl frameworks, libraries and software - PART 1]]></title>
	<description><![CDATA[<p>A curated list of awesome Perl frameworks, libraries and software.</p><ul>
<li><a href="https://github.com/major/MySQLTuner-perl">major/MySQLTuner-perl</a>&nbsp;- MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stability.</li>
<li><a href="https://github.com/kraih/mojo">kraih/mojo</a>&nbsp;-&nbsp;Mojolicious - Perl real-time web framework</li>
<li><a href="https://github.com/petdance/ack2">petdance/ack2</a>&nbsp;- ack 2.0 is a greplike tool optimized for programmers searching large heterogeneous trees of source code.</li>
<li><a href="https://github.com/rsnapshot/rsnapshot">rsnapshot/rsnapshot</a>&nbsp;- a tool for backing up your data using rsync (if you want to get help, use&nbsp;<a href="https://lists.sourceforge.net/lists/listinfo/rsnapshot-discuss">https://lists.sourceforge.net/lists/listinfo/rsnapshot-discuss</a>)</li>
<li><a href="https://github.com/fletcher/MultiMarkdown">fletcher/MultiMarkdown</a>&nbsp;- Expanded perl version of John Gruber's original Markdown --- No longer under active development since MMD 3</li>
<li><a href="https://github.com/PerlDancer/Dancer">PerlDancer/Dancer</a>&nbsp;- The easiest way to write web applications with Perl (Perl web micro-framework)</li>
<li><a href="https://github.com/duckduckgo/zeroclickinfo-goodies">duckduckgo/zeroclickinfo-goodies</a>&nbsp;- DuckDuckGo Instant Answers based on Perl &amp; JavaScript</li>
<li><a href="https://github.com/sjdy521/Mojo-Webqq">sjdy521/Mojo-Webqq</a>&nbsp;- 使用Perl语言（不会没关系）编写的smartqq/webqq客户端框架（非GUI），可通过插件提供基于HTTP协议的api接口供其他语言或系统调用</li>
<li><a href="https://github.com/chromatic/modern_perl_book">chromatic/modern_perl_book</a>&nbsp;- Modern Perl: the book</li>
<li><a href="https://github.com/gugod/App-perlbrew">gugod/App-perlbrew</a>&nbsp;- Manage perl installations in your $HOME</li>
<li><a href="https://github.com/muennich/urxvt-perls">muennich/urxvt-perls</a>&nbsp;- Perl extensions for the rxvt-unicode terminal emulator</li>
<li><a href="https://github.com/sjdy521/Mojo-Weixin">sjdy521/Mojo-Weixin</a>&nbsp;- 使用Perl语言（不会没关系）编写的微信/weixin/wechat客户端框架（非GUI），可通过插件提供基于HTTP协议的api接口供其他语言或系统调用</li>
<li><a href="https://github.com/Nordaaker/convos">Nordaaker/convos</a>&nbsp;- Better group chat</li>
<li><a href="https://github.com/mikaku/Monitorix">mikaku/Monitorix</a>&nbsp;- Monitorix is a free, open source, lightweight system monitoring tool.</li>
<li><a href="https://github.com/vsespb/mt-aws-glacier">vsespb/mt-aws-glacier</a>&nbsp;- Perl Multithreaded Multipart sync to Amazon Glacier</li>
<li><a href="https://github.com/skx/sysadmin-util">skx/sysadmin-util</a>&nbsp;- Tools for Linux/Unix sysadmins.</li>
<li><a href="https://github.com/perl-carton/carton">perl-carton/carton</a>&nbsp;- Bundler or pip freeze for Perl</li>
<li><a href="https://github.com/PerlDancer/Dancer2">PerlDancer/Dancer2</a>&nbsp;- Perl Dancer Next Generation (rewrite of Perl Dancer)</li>
<li><a href="https://github.com/OpenKore/openkore">OpenKore/openkore</a>&nbsp;- A free/open source client and automation tool for Ragnarok Online</li>
<li><a href="https://github.com/hachiojipm/awesome-perl">hachiojipm/awesome-perl</a>&nbsp;- A curated list of awesome Perl frameworks and libraries. Come on Pull Requests!</li>
<li><a href="https://github.com/Perl/perl5">Perl/perl5</a>&nbsp;- The Perl 5 language interpreter (MIRROR ONLY)</li>
<li><a href="https://github.com/fglock/Perlito">fglock/Perlito</a>&nbsp;- Perl 5 and Perl 6 compilers</li>
<li><a href="https://github.com/miyagawa/Starman">miyagawa/Starman</a>&nbsp;- Starman is a high-performance preforking Perl PSGI web server</li>
<li><a href="https://github.com/ronilaukkarinen/weed">ronilaukkarinen/weed</a>&nbsp;- Heavily Xchat inspired beautiful irssi theme.</li>
<li><a href="https://github.com/trizen/youtube-viewer">trizen/youtube-viewer</a>&nbsp;- A lightweight application for searching and streaming videos from YouTube.</li>
<li><a href="https://github.com/rakudo/star">rakudo/star</a>&nbsp;- Rakudo Star Perl 6 distribution</li>
<li><a href="https://github.com/GouveaHeitor/nipe">GouveaHeitor/nipe</a>&nbsp;- Nipe is a script to make Tor Network your default gateway.</li>
<li><a href="https://github.com/yuvi/gas-preprocessor">yuvi/gas-preprocessor</a>&nbsp;- Perl script that implements a subset of the GNU as preprocessor that Apple's as doesn't</li>
<li><a href="https://github.com/mongodb/mongo-perl-driver">mongodb/mongo-perl-driver</a>&nbsp;- Perl driver for the MongoDB</li>
<li><a href="https://github.com/wireghoul/dotdotpwn">wireghoul/dotdotpwn</a>&nbsp;- DotDotPwn - The Directory Traversal Fuzzer</li>
<li><a href="https://github.com/oysttyer/oysttyer">oysttyer/oysttyer</a>&nbsp;- An interactive console text-based command-line Twitter client written in Perl</li>
<li><a href="https://github.com/bioperl/bioperl-live">bioperl/bioperl-live</a>&nbsp;- Core BioPerl 1.x code</li>
<li><a href="https://github.com/tadzik/rakudobrew">tadzik/rakudobrew</a>&nbsp;- Perl 6 installation manager</li>
<li><a href="https://github.com/fwaeytens/dnsenum">fwaeytens/dnsenum</a>&nbsp;- dnsenum is a perl script that enumerates DNS information</li>
<li><a href="https://github.com/evalEmpire/perl5i">evalEmpire/perl5i</a>&nbsp;- A single module to fix as much of Perl 5 as possible in one go</li>
<li><a href="https://github.com/shirkdog/pulledpork">shirkdog/pulledpork</a>&nbsp;- Pulled Pork for Snort and Suricata rule management (from Google code)</li>
<li><a href="https://github.com/hollie/misterhouse">hollie/misterhouse</a>&nbsp;- Perl open source home automation program. It's fun, it's free, and it's entirely geeky.</li>
<li><a href="https://github.com/stevan/p5-mop-redux">stevan/p5-mop-redux</a>&nbsp;- A(nother) MOP for Perl 5</li>
<li><a href="https://github.com/stevan/p5-mop-original">stevan/p5-mop-original</a>&nbsp;- A MOP for Perl 5</li>
<li><a href="https://github.com/pgbackrest/pgbackrest">pgbackrest/pgbackrest</a>&nbsp;- Reliable PostgreSQL Backup &amp; Restore</li>
<li><a href="https://github.com/gempesaw/Selenium-Remote-Driver">gempesaw/Selenium-Remote-Driver</a>&nbsp;- Perl Bindings to the Selenium Webdriver server</li>
<li><a href="https://github.com/libwww-perl/libwww-perl">libwww-perl/libwww-perl</a>&nbsp;- The libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface to the World-Wide Web. The main focus of the library is to provide classes and functions that allow you to write WWW clients. The library also contain modules that are of more general use and even classes that help you implement simple HTTP servers.</li>
<li><a href="https://github.com/andk/pause">andk/pause</a>&nbsp;- Perl authors upload server</li>
<li><a href="https://github.com/miyagawa/remedie">miyagawa/remedie</a>&nbsp;- perl based pluggable media center application</li>
<li><a href="https://github.com/mojomojo/mojomojo">mojomojo/mojomojo</a>&nbsp;- A Catalyst &amp; DBIx::Class powered Wiki.</li>
<li><a href="https://github.com/xslate/p5-Text-Xslate">xslate/p5-Text-Xslate</a>&nbsp;- Scalable template engine for Perl5</li>
<li><a href="https://github.com/moose/Moose">moose/Moose</a>&nbsp;- Official repository for Moose</li>
<li><a href="https://github.com/llaera/slowloris.pl">llaera/slowloris.pl</a>&nbsp;- A new DOS&nbsp;Perl Programm</li>
<li><a href="https://github.com/colorgcc/colorgcc">colorgcc/colorgcc</a>&nbsp;- colorgcc is a perl script to colorize gcc output. I'm collecting random patches and changes</li>
<li><a href="https://github.com/bbusschots/hsxkpasswd">bbusschots/hsxkpasswd</a>&nbsp;- A Perl module and terminal command for generating secure memorable passwords inspired by the fabulous XKCD web comic and Steve Gibson's Password Hay Stacks. This is the library that powers&nbsp;<a href="http://www.xkpasswd.net/">www.xkpasswd.net</a></li>
<li><a href="https://github.com/Test-More/test-more">Test-More/test-more</a>&nbsp;- Test2, Test::More, Test::Simple and Test::Builder Perl modules for writing tests</li>
<li><a href="https://github.com/smtpd/qpsmtpd">smtpd/qpsmtpd</a>&nbsp;- qpsmtpd is a flexible smtpd daemon written in Perl</li>
<li><a href="https://github.com/perseo22/pacmanager">perseo22/pacmanager</a>&nbsp;- Perl/GTK Gnome SSH GUI on steroids. Configure SSH/Telnet connections: users, passwords, EXPECT regular expressions, macros, ...</li>
<li><a href="https://github.com/noxxi/p5-ssl-tools">noxxi/p5-ssl-tools</a>&nbsp;- various standalone perl scripts</li>
<li><a href="https://github.com/chromatic/little_plack_book">chromatic/little_plack_book</a>&nbsp;- Using Plack and PSGI in Modern Perl Web Applications</li>
<li><a href="https://github.com/mschilli/log4perl">mschilli/log4perl</a>&nbsp;- Log4j Implementation For Perl</li>
<li><a href="https://github.com/centreon/centreon-plugins">centreon/centreon-plugins</a>&nbsp;- Collection of plugins for softwares compatible with Nagios plugins</li>
<li><a href="https://github.com/fayland/perl-net-github">fayland/perl-net-github</a>&nbsp;- Perl interface to GitHub</li>
<li><a href="https://github.com/Perl-Critic/Perl-Critic">Perl-Critic/Perl-Critic</a>&nbsp;- The leading static analyzer for Perl. Configurable, extensible, powerful.</li>
<li><a href="https://github.com/abw/Template2">abw/Template2</a>&nbsp;- Perl Template Toolkit v2</li>
<li><a href="https://github.com/stf-storage/stf">stf-storage/stf</a>&nbsp;- STF - Distributed Object Storage (Perl/MySQL/(Q4M|TheSchwartz|Resque|Redis)/Memcached)</li>
<li><a href="https://github.com/PerlRedis/perl-redis">PerlRedis/perl-redis</a>&nbsp;- Perl binding for Redis database</li>
<li><a href="https://github.com/pplu/aws-sdk-perl">pplu/aws-sdk-perl</a>&nbsp;- A community AWS SDK for Perl Programmers</li>
<li><a href="https://github.com/sveinbjornt/Data-URL-Toolkit">sveinbjornt/Data-URL-Toolkit</a>&nbsp;- Various tools for working with Data URLs, incl. web application (<a href="http://dataurl.net/">http://dataurl.net</a>), Mac OS X GUI app, command line tool, Perl modules and Apache module.</li>
<li><a href="https://github.com/perl6/ecosystem">perl6/ecosystem</a>&nbsp;- Perl 6 ecosystem -- modules and more</li>
<li><a href="https://github.com/moznion/Perl-Lint">moznion/Perl-Lint</a>&nbsp;- Yet Another Perl Source Code Linter</li>
<li><a href="https://github.com/briandfoy/PerlPowerTools">briandfoy/PerlPowerTools</a>&nbsp;- Perl Power Tools</li>
<li><a href="https://github.com/gshank/html-formhandler">gshank/html-formhandler</a>&nbsp;- a Perl Moose HTML form handler</li>
<li><a href="https://github.com/mskcc/vcf2maf">mskcc/vcf2maf</a>&nbsp;- Convert a VCF into a MAF, where each variant is annotated to only one of all possible gene isoforms</li>
<li><a href="https://github.com/miyagawa/web-scraper">miyagawa/web-scraper</a>&nbsp;- Perl web scraping toolkit</li>
<li><a href="https://github.com/semifor/Net-Twitter">semifor/Net-Twitter</a>&nbsp;- A Perl interface to the Twitter APIs</li>
<li><a href="https://github.com/kraih/minion">kraih/minion</a>&nbsp;-&nbsp;Perl job queue</li>
<li><a href="https://github.com/fletcher/MultiMarkdown-CMS">fletcher/MultiMarkdown-CMS</a>&nbsp;- Package to assist with publishing a web site using MMD and a few perl scripts</li>
<li><a href="https://github.com/rcaputo/poe">rcaputo/poe</a>&nbsp;- POE is a portable perl multitasking and networking framework for any event loop.</li>
<li><a href="https://github.com/kraih/mango">kraih/mango</a>&nbsp;-&nbsp;Pure-Perl non-blocking I/O MongoDB driver</li>
<li><a href="https://github.com/dreamwidth/dw-free">dreamwidth/dw-free</a>&nbsp;- Dreamwidth's open source repository</li>
<li><a href="https://github.com/garu/Data-Printer">garu/Data-Printer</a>&nbsp;- colored pretty-print of Perl data structures and objects</li>
<li><a href="https://github.com/PerlGameDev/SDL">PerlGameDev/SDL</a>&nbsp;- Rehashing the old perl SDL binding on cpan.org</li>
<li><a href="https://github.com/yanick/Template-Mustache">yanick/Template-Mustache</a>&nbsp;- Drawing Mustaches on Perl, for fun and profit</li>
<li><a href="https://github.com/pjcj/Devel--Cover">pjcj/Devel--Cover</a>&nbsp;- Code coverage metrics for Perl</li>
<li><a href="https://github.com/sebthebert/Octopussy">sebthebert/Octopussy</a>&nbsp;- Octopussy - Open Source Log Management Solution</li>
<li><a href="https://github.com/gphat/chart-clicker">gphat/chart-clicker</a>&nbsp;- Extensible, Beautiful Charts for Perl</li>
<li><a href="https://github.com/audreyt/lingua-sinica-perlyuyan">audreyt/lingua-sinica-perlyuyan</a>&nbsp;- Perl in Classical Chinese in Perl</li>
<li><a href="https://github.com/book/perlsecret">book/perlsecret</a>&nbsp;- The perl secret operators</li>
<li><a href="https://github.com/OCSInventory-NG/OCSInventory-Server">OCSInventory-NG/OCSInventory-Server</a>&nbsp;- Communication server of OCS Inventory</li>
<li><a href="https://github.com/jmapio/jmap-perl">jmapio/jmap-perl</a>&nbsp;- JMAP Proxy implemented in Perl</li>
<li><a href="https://github.com/fusioninventory/fusioninventory-agent">fusioninventory/fusioninventory-agent</a>&nbsp;- FusionInventory Agent</li>
<li><a href="https://github.com/samm-git/jvpn">samm-git/jvpn</a>&nbsp;- Perl script to connect to the Juniper VPN with Host Checker enabled</li>
<li><a href="https://github.com/perl11/cperl">perl11/cperl</a>&nbsp;- a perl5 with classes, types, compilable, company friendly, security</li>
<li><a href="https://github.com/kbh3rd/shptosvg">kbh3rd/shptosvg</a>&nbsp;- Shapefile to SVG renderer in Perl</li>
<li><a href="https://github.com/famzah/langs-performance">famzah/langs-performance</a>&nbsp;- C++ vs. Python vs. Perl vs. PHP vs. Java vs. NodeJS vs. Go vs. Ruby performance benchmark</li>
<li><a href="https://github.com/agentzh/old-openresty">agentzh/old-openresty</a>&nbsp;- Obsolete 1st generation of OpenResty written mostly in Perl. Please check out the new OpenResty based on Nginx and Lua instead.</li>
<li><a href="https://github.com/kraih/mojo-pg">kraih/mojo-pg</a>&nbsp;- Mojolicious&nbsp;PostgreSQL</li>
<li><a href="https://github.com/jmcnamara/excel-writer-xlsx">jmcnamara/excel-writer-xlsx</a>&nbsp;- Perl module to create Excel XLSX files.</li>
<li><a href="https://github.com/plainblack/webgui">plainblack/webgui</a>&nbsp;- A free open source content management system and web application framework. The most widely deployed mod_perl application on the planet.</li>
<li><a href="https://github.com/mharsch/arcstat">mharsch/arcstat</a>&nbsp;- uses Perl to extract, format, and display kstats from the ZFS ARC</li>
<li><a href="https://github.com/thaljef/Pinto">thaljef/Pinto</a>&nbsp;- Curate your own repository of Perl modules</li>
<li><a href="https://github.com/rcaputo/reflex">rcaputo/reflex</a>&nbsp;- Reflex is a class library for writing reactive Perl programs. It provides base classes for reactive objects, and specific subclasses for various tasks.</li>
<li><a href="https://github.com/memowe/contenticious">memowe/contenticious</a>&nbsp;- A simple file based "CMS" on Mojo steroids!</li>
<li><a href="https://github.com/rjust/defects4j">rjust/defects4j</a>&nbsp;- A Database of Existing Faults to Enable Controlled Testing Studies for Java</li>
<li><a href="https://github.com/elastic/elasticsearch-perl">elastic/elasticsearch-perl</a>&nbsp;- New Perl low-level client</li>
<li><a href="https://github.com/blogs-perl-org/blogs.perl.org">blogs-perl-org/blogs.perl.org</a>&nbsp;- Templates and stuff for the blogs.perl.org web site</li>
<li><a href="https://github.com/agordon/dancer_bootstrap_fontawesome_template">agordon/dancer_bootstrap_fontawesome_template</a>&nbsp;- A template for quick-starting applications using Perl's Dancer, Twitter's Bootstrap and Font-Awesome.</li>
<li><a href="https://github.com/fletcher/SimplenoteSync">fletcher/SimplenoteSync</a>&nbsp;- perl routine to sync folder of text files with your notes on Simplenote</li>
<li><a href="https://github.com/tobert/perl-ssh-tools">tobert/perl-ssh-tools</a>&nbsp;- A more capable DSH / cluster ssh suite</li>
<li><a href="https://github.com/skx/dhcp.io">skx/dhcp.io</a>&nbsp;- Dynamic DNS - Via Redis, Perl, and Amazon Route53.</li>
<li><a href="https://github.com/perl6/mu">perl6/mu</a>&nbsp;- Universal Perl 6 repository (formerly called "pugs repository")</li>
<li><a href="https://github.com/perl5-dbi/dbi">perl5-dbi/dbi</a>&nbsp;- DBI - The Perl 5 Database Interface</li>
<li><a href="https://github.com/masterzen/mysql-snmp">masterzen/mysql-snmp</a>&nbsp;- Net-SNMP perl agent for monitoring MySQL servers</li>
<li><a href="https://github.com/rizen/Facebook-Graph">rizen/Facebook-Graph</a>&nbsp;- A perl module to help navigate the intricacies of the Facebook Graph API.</li>
<li><a href="https://github.com/lhost/sendxmpp">lhost/sendxmpp</a>&nbsp;- perl-script to send xmpp (jabber), similar to what mail(1) does for mail.</li>
<li><a href="https://github.com/Real-Gecko/Filemin">Real-Gecko/Filemin</a>&nbsp;- File manager for Webmin written completely in perl</li>
<li><a href="https://github.com/preaction/Statocles">preaction/Statocles</a>&nbsp;- Static website CMS</li>
<li><a href="https://github.com/jonswar/perl-mason">jonswar/perl-mason</a>&nbsp;- Mason 2</li>
<li><a href="https://github.com/davorg/perlwebbook">davorg/perlwebbook</a>&nbsp;- A book. About Perl. And the Web.</li>
<li><a href="https://github.com/plu/Pithub">plu/Pithub</a>&nbsp;- Perl Github v3 API</li>
<li><a href="https://github.com/motemen/Wight">motemen/Wight</a>&nbsp;- Communicate with PhantomJS in Perl (Capybara+Poltergeist to Perl)</li>
<li><a href="https://github.com/ingydotnet/pegex-pm">ingydotnet/pegex-pm</a>&nbsp;- Pegex Parser for Perl</li>
<li><a href="https://github.com/ewels/ClusterFlow">ewels/ClusterFlow</a>&nbsp;- A pipelining tool to automate and standardise bioinformatics analyses on cluster environments.</li>
<li><a href="https://github.com/denny/ShinyCMS">denny/ShinyCMS</a>&nbsp;- ShinyCMS is an open source CMS built in Perl using the Catalyst framework.</li>
<li><a href="https://github.com/nassosoassos/sail_align">nassosoassos/sail_align</a>&nbsp;- SailAlign is an open-source software toolkit for robust long speech-text alignment implementing an adaptive, iterative speech recognition and text alignment scheme that allows for the processing of very long (and possibly noisy) audio and is robust to transcription errors. It is mainly written as a perl library but its functionality also depends on freely available software, namely HTK, srilm and sclite.</li>
<li><a href="https://github.com/masak/web">masak/web</a>&nbsp;- A Perl 6 web framework</li>
<li><a href="https://github.com/agentzh/perl-systemtap-toolkit">agentzh/perl-systemtap-toolkit</a>&nbsp;- Real-time analyzing and diagnosing tools for perl 5 based on SystemTap</li>
<li><a href="https://github.com/vti/showmethedesktop">vti/showmethedesktop</a>&nbsp;- Perl + VNC + WebSockets + HTML5 Canvas</li>
<li><a href="https://github.com/vmbrasseur/Perl_Companies">vmbrasseur/Perl_Companies</a>&nbsp;- A list of companies which use Perl. Initially generated from postings to jobs.perl.org.</li>
<li><a href="https://github.com/perlorg/perlweb">perlorg/perlweb</a>&nbsp;- Various perl.org websites</li>
<li><a href="https://github.com/norbu09/Net--Dropbox">norbu09/Net--Dropbox</a>&nbsp;- perl interface to the Dropbox API</li>
<li><a href="https://github.com/line/line-bot-sdk-perl">line/line-bot-sdk-perl</a>&nbsp;- LINE::Bot::API - SDK of the LINE Messaging API for Perl</li>
<li><a href="https://github.com/ericblue/Perl-FitBit-API">ericblue/Perl-FitBit-API</a>&nbsp;- Provides an OO API for fetching fitness data from fitbit.com. Currently there is no official API, however data is retrieved using XML feeds that populate the flash-based charts.</li>
<li><a href="https://github.com/ericblue/Perl-Belkin-WeMo-API">ericblue/Perl-Belkin-WeMo-API</a>&nbsp;- Perl-Belkin-WeMo-API</li>
<li><a href="https://github.com/EnlightenedPerlOrganisation/task-kensho">EnlightenedPerlOrganisation/task-kensho</a>&nbsp;- A Glimpse at an Enlightned Perl Distribution</li>
<li><a href="https://github.com/dasdom/CreateAppStoreBill">dasdom/CreateAppStoreBill</a>&nbsp;- A perl script and tex files to create bills for the German tax office from Apple's financial reports.</li>
<li><a href="https://github.com/plicease/FFI-Platypus">plicease/FFI-Platypus</a>&nbsp;- Write Perl bindings to non-Perl libraries with FFI. No XS required.</li>
<li><a href="https://github.com/ido50/Svsh">ido50/Svsh</a>&nbsp;- Process supervision shell for daemontools, perp, s6 and runit</li>
<li><a href="https://github.com/skx/templer">skx/templer</a>&nbsp;- A modular extensible static-site-generator written in perl.</li>
<li><a href="https://github.com/lestrrat/p5-ZMQ">lestrrat/p5-ZMQ</a>&nbsp;- libzmq Perl binding</li>
<li><a href="https://github.com/jpoliv/wakeonlan">jpoliv/wakeonlan</a>&nbsp;- Perl script for waking up computers via Wake-On-LAN magic packets</li>
<li><a href="https://github.com/dod38fr/config-model">dod38fr/config-model</a>&nbsp;- Perl module to create configuration editor wtih semantic validation</li>
<li><a href="https://github.com/pjlsergeant/test-bdd-cucumber-perl">pjlsergeant/test-bdd-cucumber-perl</a>&nbsp;- Test::BDD::Cucumber - Cucumber in Perl</li>
<li><a href="https://github.com/onishi/perl5-devel-kytprof">onishi/perl5-devel-kytprof</a>&nbsp;- Devel::KYTProf - Simple Perl code profiler</li>
<li><a href="https://github.com/finance-quote/finance-quote">finance-quote/finance-quote</a>&nbsp;- Finance::Quote module for Perl</li>
<li><a href="https://github.com/fcuny/net-http-spore">fcuny/net-http-spore</a>&nbsp;- Perl implementation for SPORE</li>
<li><a href="https://github.com/dpavlin/perl-cwmp">dpavlin/perl-cwmp</a>&nbsp;- Perl ACS server implementing CWMP protocol to manage CPE clients</li>
<li><a href="https://github.com/abh/pgeodns">abh/pgeodns</a>&nbsp;- Geographic Perl Nameserver</li>
<li><a href="https://github.com/timbunce/devel-nytprof">timbunce/devel-nytprof</a>&nbsp;- Perl Devel::NYTProf</li>
<li><a href="https://github.com/symkat/Daemon-Control">symkat/Daemon-Control</a>&nbsp;- Daemon::Control - Create init scripts in Perl</li>
<li><a href="https://github.com/sartak/webmachine-perl">sartak/webmachine-perl</a>&nbsp;- A Perl port of Webmachine</li>
<li><a href="https://github.com/rhuss/jmx4perl">rhuss/jmx4perl</a>&nbsp;- JMX access tools and modules</li>
<li><a href="https://github.com/Perl/docker-perl">Perl/docker-perl</a>&nbsp;- Dockerfiles for index.docker.io (official Perl Docker image)</li>
<li><a href="https://github.com/duckduckgo/p5-app-duckpan">duckduckgo/p5-app-duckpan</a>&nbsp;- DuckDuckHack OpenSource Development Application</li>
<li><a href="https://github.com/CaptTofu/DBD-mysql">CaptTofu/DBD-mysql</a>&nbsp;- DBD::mysql Perl client driver for the MySQL and MariaDB databases</li>
<li><a href="https://github.com/beide/Bootimg-scripts">beide/Bootimg-scripts</a>&nbsp;- Perl scripts for unpacking and repackaging Android boot.img's. I did not write these, just sharing.</li>
<li><a href="https://github.com/spezifanta/SteamCalculator-Scripts">spezifanta/SteamCalculator-Scripts</a>&nbsp;- Perl scripts, which parses the Valve's Steam store.</li>
<li><a href="https://github.com/rurban/perl-compiler">rurban/perl-compiler</a>&nbsp;- B::C - Moved over from googlecode</li>
<li><a href="https://github.com/pkrumins/perl-tcp-proxy">pkrumins/perl-tcp-proxy</a>&nbsp;- A simple TCP proxy written in Perl. Uses IO::Socket::INET and IO::Select for multiplexing.</li>
<li><a href="https://github.com/perl-users-jp/perl-advent-calendar">perl-users-jp/perl-advent-calendar</a>&nbsp;- japanese perl advent calendar - fork 禁止</li>
<li><a href="https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker">Perl-Toolchain-Gang/ExtUtils-MakeMaker</a>&nbsp;- Perl module to make Makefiles and build modules (what backs Makefile.PL)</li>
<li><a href="https://github.com/msgpack/msgpack-perl">msgpack/msgpack-perl</a>&nbsp;- MessagePack serializer implementation for Perl / msgpack.org[Perl]</li>
<li><a href="https://github.com/kablamo/git-spark">kablamo/git-spark</a>&nbsp;- Plot your commit history on the command line with sparklines. A mash up of git and spark and Perl.</li>
<li><a href="https://github.com/Aralhach/bashobfus">Aralhach/bashobfus</a>&nbsp;- A small bash minifier/obfuscator written in Perl.</li>
<li><a href="https://github.com/aesuli/Amazon-downloader">aesuli/Amazon-downloader</a>&nbsp;- Two perl scripts to download and parse Amazon's reviews</li>
<li><a href="https://github.com/sjdy521/pfqq">sjdy521/pfqq</a>&nbsp;- 【该项目已停止维护，请关注重构项目: Mojo-Webqq】使用Perl语言编写的webqq客户端框架（非GUI），支持旧版webqq的多重md5带盐登录密码算法以及新版smartqq的md5+rsa+tea+base64组合登录密码算法</li>
<li><a href="https://github.com/raszi/colorize">raszi/colorize</a>&nbsp;- Log colorizer perl script</li>
<li><a href="https://github.com/iinteractive/OX">iinteractive/OX</a>&nbsp;- the hardest working two letters in Perl</li>
<li><a href="https://github.com/ap/perldoc-complete">ap/perldoc-complete</a>&nbsp;- A bash completion helper for perldoc</li>
<li><a href="https://github.com/xsawyerx/perl-android-scripts">xsawyerx/perl-android-scripts</a>&nbsp;- Collection of Perl scripts (examples, programs) that run on Android using ASE</li>
<li><a href="https://github.com/typester/kamaitachi">typester/kamaitachi</a>&nbsp;- perl flash media server</li>
<li><a href="https://github.com/szabgab/perlmaven.com">szabgab/perlmaven.com</a>&nbsp;- The source files of the Perl Maven articles</li>
<li><a href="https://github.com/petdance/perl101">petdance/perl101</a>&nbsp;- The source for perl101.org</li>
<li><a href="https://github.com/acme/git-pureperl">acme/git-pureperl</a>&nbsp;- A Pure Perl interface to Git repositories</li>
<li><a href="https://github.com/vti/text-haml">vti/text-haml</a>&nbsp;- Haml parser in Perl</li>
<li><a href="https://github.com/jploski/epic-ide">jploski/epic-ide</a>&nbsp;- EPIC - Eclipse Perl Integration (new official repository!)</li>
<li><a href="https://github.com/jnthn/blizkost">jnthn/blizkost</a>&nbsp;- Makes Perl 5 available as if it were just another Parrot language by embedding the Perl 5 interpreter.</li>
<li><a href="https://github.com/jeroennijhof/pam_script">jeroennijhof/pam_script</a>&nbsp;- PAM script module will allow you to execute scripts during authorization, password changes and sessions. This is very handy if your current security application has no pam support but is accessable with perl or other scripts.</li>
<li><a href="https://github.com/jberger/Zoidberg">jberger/Zoidberg</a>&nbsp;- A modular perl shell</li>
<li><a href="https://github.com/hitode909/App-PRT">hitode909/App-PRT</a>&nbsp;- Command line tool for Perl code refactoring</li>
<li><a href="https://github.com/fluent/fluent-logger-perl">fluent/fluent-logger-perl</a>&nbsp;- A structured logger for Fluentd (Perl)</li>
<li><a href="https://github.com/dann/p5-cpan-packager">dann/p5-cpan-packager</a>&nbsp;- CPAN::Packager is a tool to help you make packages from perl modules on CPAN.</li>
<li><a href="https://github.com/cotto/www-workflowy">cotto/www-workflowy</a>&nbsp;- unofficial reverse-engineered Perl 5 interface to Workflowy</li>
<li><a href="https://github.com/Corion/www-mechanize-firefox">Corion/www-mechanize-firefox</a>&nbsp;- The API of WWW::Mechanize, combined with the Javascript-power of Firefox</li>
<li><a href="https://github.com/cooldaemon/RabbitFoot">cooldaemon/RabbitFoot</a>&nbsp;- An asynchronous and multi channel Perl AMQP client. It uses Coro and AnyEvent::RabbitMQ.</li>
<li><a href="https://github.com/perlpilot/perl6-docs">perlpilot/perl6-docs</a>&nbsp;- Documents relating to Perl 6</li>
<li><a href="https://github.com/ingydotnet/mo-pm">ingydotnet/mo-pm</a>&nbsp;- Perl Micro Objects</li>
<li><a href="https://github.com/gnp/psh">gnp/psh</a>&nbsp;- Perl Shell (psh) &mdash; Aspiring to be your primary login shell</li>
<li><a href="https://github.com/comewalk/google-api-perl-client">comewalk/google-api-perl-client</a>&nbsp;- Google APIs Client Library for Perl</li>
<li><a href="https://github.com/CiderWebmail/CiderWebmail">CiderWebmail/CiderWebmail</a>&nbsp;- Perl/Catalyst/AJAX based Webmail</li>
<li><a href="https://github.com/barbie/perl-jam">barbie/perl-jam</a>&nbsp;- Perl Jam - a book about organising conferences</li>
<li><a href="https://github.com/typester/perldojo">typester/perldojo</a>&nbsp;- online perl testing!</li>
<li><a href="https://github.com/tsee/ZeroMQ-Perl">tsee/ZeroMQ-Perl</a>&nbsp;- Perl interface to 0MQ2</li>
<li><a href="https://github.com/trizen/obmenu-generator">trizen/obmenu-generator</a>&nbsp;- A fast menu generator for the Openbox Window Manager.</li>
<li><a href="https://github.com/rjbs/App-Cmd">rjbs/App-Cmd</a>&nbsp;- perl framework for testable, extensible command line apps</li>
<li><a href="https://github.com/grampajoe/Autodatamosh">grampajoe/Autodatamosh</a>&nbsp;- Perl script that automatically datamoshes MPEG4-encoded AVI videos.</li>
<li><a href="https://github.com/xtaran/unburden-home-dir">xtaran/unburden-home-dir</a>&nbsp;- Automatically unburden $HOME from caches, etc. Useful for $HOME on SSDs, small disks or slow NFS homes. Can be triggered via an hook in /etc/X11/Xsession.d/.</li>
<li><a href="https://github.com/rjbs/Email-Sender">rjbs/Email-Sender</a>&nbsp;- a perl library for sending email</li>
<li><a href="https://github.com/kruser/atbat-mongodb">kruser/atbat-mongodb</a>&nbsp;- A Perl project that pulls data from MLB's AtBat servers and shoves them into a local MongoDB</li>
<li><a href="https://github.com/jonswar/perl-chi">jonswar/perl-chi</a>&nbsp;- Perl CHI distribution</li>
<li><a href="https://github.com/andrewcmyers/civs">andrewcmyers/civs</a>&nbsp;- Condorcet Internet Voting System</li>
<li><a href="https://github.com/sjdy521/Mojo-SinaWeibo">sjdy521/Mojo-SinaWeibo</a>&nbsp;- 使用Perl语言编写的新浪微博客户端SDK，通过微博私信和微软小冰进行问答，提供小冰API接口，其他微博功能敬请期待</li>
<li><a href="https://github.com/perigrin/blawd">perigrin/blawd</a>&nbsp;- Simple Blogging Software in Perl, similar to blosxome or Jekyll</li>
<li><a href="https://github.com/jacquesg/p5-Git-Raw">jacquesg/p5-Git-Raw</a>&nbsp;- Perl bindings to the Git linkable library (libgit2)</li>
<li><a href="https://github.com/ingydotnet/io-all-pm">ingydotnet/io-all-pm</a>&nbsp;- All in One Perl IO</li>
<li><a href="https://github.com/dagolden/Capture-Tiny">dagolden/Capture-Tiny</a>&nbsp;- (Perl) Capture STDOUT and STDERR from Perl, XS or external programs</li>
<li><a href="https://github.com/beppu/squatting">beppu/squatting</a>&nbsp;- A Camping-inspired Web Microframework for Perl</li>
<li><a href="https://github.com/tempire/perl-google-voice">tempire/perl-google-voice</a>&nbsp;- Perl module to interact with Google::Voice</li>
<li><a href="https://github.com/njh/perl-net-sdp">njh/perl-net-sdp</a>&nbsp;- Perl Module : Session Description Protocol (rfc2327)</li>
<li><a href="https://github.com/songzan/perl5-doc">songzan/perl5-doc</a>&nbsp;- Perldoc Help Chinese Planning</li>
<li><a href="https://github.com/sisimai/p5-Sisimai">sisimai/p5-Sisimai</a>&nbsp;- Mail Analyzing Interface for email bounce: A Perl module to parse RFC5322 bounce mails and generating structured data as JSON from parsed results. Formerly known as bounceHammer 4: an error mail analyzer.</li>
<li><a href="https://github.com/shenwei356/bio_scripts">shenwei356/bio_scripts</a>&nbsp;- Practical, reusable scripts for bioinformatics</li>
<li><a href="https://github.com/mozilla-bteam/bmo">mozilla-bteam/bmo</a>&nbsp;- bugzilla.mozilla.org source</li>
<li><a href="https://github.com/jamadam/mojo-legacy">jamadam/mojo-legacy</a>&nbsp;- mojo for Perl-5.8.7</li>
<li><a href="https://github.com/briandfoy/Learning-Perl-Sample-Files">briandfoy/Learning-Perl-Sample-Files</a>&nbsp;- Extra files for use with Learning Perl</li>
<li><a href="https://github.com/theory/uri-db">theory/uri-db</a>&nbsp;- Perl module representing database URIs</li>
<li><a href="https://github.com/semifor/twirc">semifor/twirc</a>&nbsp;- Twitter / IRC gateway in perl</li>
<li><a href="https://github.com/makamaka/JSON">makamaka/JSON</a>&nbsp;- perl implementation of JSON encoder/decoder</li>
<li><a href="https://github.com/lukec/cpan-selenium-rc-perl">lukec/cpan-selenium-rc-perl</a>&nbsp;- Test-WWW-Selenium Perl Selenium RC Driver</li>
<li><a href="https://github.com/keeth/Net-OAuth2">keeth/Net-OAuth2</a>&nbsp;- OAuth 2.0 for Perl</li>
<li><a href="https://github.com/wireghoul/doona">wireghoul/doona</a>&nbsp;- Fork of Bruteforce Exploit Detector</li>
<li><a href="https://github.com/pjf/autodie">pjf/autodie</a>&nbsp;- Make functions succeed or die in Perl, with lexical scope.</li>
<li><a href="https://github.com/PDLPorters/pdl">PDLPorters/pdl</a>&nbsp;- Scientific computing with Perl</li>
<li><a href="https://github.com/ewaters/net-amqp">ewaters/net-amqp</a>&nbsp;- Implementation of the AMQ Protocol in Perl</li>
<li><a href="https://github.com/demanuel/NewsUP">demanuel/NewsUP</a>&nbsp;- NewsUP a binary usenet uploader/poster (multiple connections, SSL and NZB).</li>
<li><a href="https://github.com/ati/ljsm">ati/ljsm</a>&nbsp;- perl script for LiveJournal blog backup</li>
<li><a href="https://github.com/vti/underscore-perl">vti/underscore-perl</a>&nbsp;- Underscore-perl is a Perl clone of Underscore.js</li>
<li><a href="https://github.com/techsneeze/dmarcts-report-parser">techsneeze/dmarcts-report-parser</a>&nbsp;- A Perl based tool to parse DMARC reports from an IMAP mailbox or from the filesystem, and insert the information into a database. ( Formerly known as imap-dmarcts )</li>
<li><a href="https://github.com/prepan-developers/prepan">prepan-developers/prepan</a>&nbsp;- Social Reviewing for Perl Modules</li>
<li><a href="https://github.com/portcullislabs/rdp-sec-check">portcullislabs/rdp-sec-check</a>&nbsp;- PERL script to enumerate security settings of an RDP Service (AKA Terminal Services)</li>
<li><a href="https://github.com/mlawren/githook-perltidy">mlawren/githook-perltidy</a>&nbsp;- Run perltidy as a Git pre-commit hook</li>
<li><a href="https://github.com/miyagawa/xml-atom">miyagawa/xml-atom</a>&nbsp;- XML::Atom perl module</li>
<li><a href="https://github.com/jric/epubtohtml">jric/epubtohtml</a>&nbsp;- A simple perl script to convert epub documents to documents that browsers can natively browse.</li>
<li><a href="https://github.com/jmcnamara/spreadsheet-writeexcel">jmcnamara/spreadsheet-writeexcel</a>&nbsp;- Perl module to write Excel binary files</li>
<li><a href="https://github.com/FormFu/HTML-FormFu">FormFu/HTML-FormFu</a>&nbsp;- HTML Form Creation, Rendering and Validation Framework. Just define the form, and let FormFu do the all heavy lifting.</li>
<li><a href="https://github.com/cbbrowne/autodoc">cbbrowne/autodoc</a>&nbsp;- PostgreSQL Autodoc - dumps a Postgres schema in several useful documentary forms</li>
<li><a href="https://github.com/xen-tools/xen-tools">xen-tools/xen-tools</a>&nbsp;- xen-tools is a collection of simple perl scripts which allow you to easily create new Xen guest domains upon your Xen host server.</li>
<li><a href="https://github.com/tokuhirom/Test-TCP">tokuhirom/Test-TCP</a>&nbsp;- Test::TCP for perl</li>
<li><a href="https://github.com/timbunce/java2perl6">timbunce/java2perl6</a>&nbsp;- Parse Java class files and generate corresponding Perl6 Class and Role files</li>
<li><a href="https://github.com/stoned/pll">stoned/pll</a>&nbsp;- Yet another Perl local::lib+cpanm helper script</li>
<li><a href="https://github.com/stevan/promises-perl">stevan/promises-perl</a>&nbsp;- An implementation of Promises in Perl</li>
<li><a href="https://github.com/oetiker/mrtg">oetiker/mrtg</a>&nbsp;- MRTG - Multi Router Traffic Grapher</li>
<li><a href="https://github.com/monitoring-plugins/monitoring-plugin-perl">monitoring-plugins/monitoring-plugin-perl</a>&nbsp;- Perl module Monitoring::Plugin - Nagios::Plugin</li>
<li><a href="https://github.com/mirod/xmltwig">mirod/xmltwig</a>&nbsp;- XML, the Perl way</li>
<li><a href="https://github.com/kraih/perl-raptor">kraih/perl-raptor</a>&nbsp;-&nbsp;Perl 5 Raptor</li>
<li><a href="https://github.com/KKBOX/mpdnsd-perl">KKBOX/mpdnsd-perl</a>&nbsp;- Marco Polo DNS Daemon</li>
<li><a href="https://github.com/kevinphilp/Perl-gtk3-Tutorial">kevinphilp/Perl-gtk3-Tutorial</a>&nbsp;- Some notes on using Gtk3 with Perl</li>
<li><a href="https://github.com/kesor/p5-cucumber">kesor/p5-cucumber</a>&nbsp;- Cucumber for Perl 5</li>
<li><a href="https://github.com/Ensembl/ensembl">Ensembl/ensembl</a>&nbsp;- The Ensembl Core Perl API and SQL schema</li>
<li><a href="https://github.com/dankogai/p5-encode">dankogai/p5-encode</a>&nbsp;- Encode - character encodings (for Perl 5.8 or better)</li>
<li><a href="https://github.com/rocky/Perl-Devel-Trepan">rocky/Perl-Devel-Trepan</a>&nbsp;- Perl port of trepanning debugger</li>
<li><a href="https://github.com/rafl/devel-declare">rafl/devel-declare</a>&nbsp;- Adding keywords to perl, in perl</li>
<li><a href="https://github.com/petdance/html-tidy">petdance/html-tidy</a>&nbsp;- HTML::Tidy, a Perl wrapper about libtidy</li>
<li><a href="https://github.com/libwww-perl/URI">libwww-perl/URI</a>&nbsp;- The Perl URI module</li>
<li><a href="https://github.com/leto/math--gsl">leto/math--gsl</a>&nbsp;- Perl interface to the GNU Scientific Library</li>
<li><a href="https://github.com/jensenja/graphite-snmp-collector">jensenja/graphite-snmp-collector</a>&nbsp;- Asynchronous Perl to collect SNMP data to feed into Graphite</li>
<li><a href="https://github.com/hachi/Perlbal">hachi/Perlbal</a>&nbsp;- Perl HTTP Load Balancer</li>
<li><a href="https://github.com/bucardo/dbdpg">bucardo/dbdpg</a>&nbsp;- Perl Postgres driver DBD::Pg aka dbdpg</li>
<li><a href="https://github.com/aki2o/plsense">aki2o/plsense</a>&nbsp;- Omni completion tool for Perl</li>
<li><a href="https://github.com/zigorou/perl-JSV">zigorou/perl-JSV</a>&nbsp;- JSON Schema implementation for Perl</li>
<li><a href="https://github.com/worldmind/perlqual">worldmind/perlqual</a>&nbsp;- Wrapper for some tests for Perl code quality</li>
<li><a href="https://github.com/trizen/trizen">trizen/trizen</a>&nbsp;- Lightweight AUR Package Manager</li>
<li><a href="https://github.com/tokuhirom/optimize-perl-doc">tokuhirom/optimize-perl-doc</a>&nbsp;- how to optimize your perl code?</li>
<li><a href="https://github.com/peterkeen/proclaunch">peterkeen/proclaunch</a>&nbsp;- A pure-perl process management system</li>
<li><a href="https://github.com/Ovid/DB--Color">Ovid/DB--Color</a>&nbsp;- Syntax highlighting the Perl debugger</li>
<li><a href="https://github.com/jpa/Moose-Doc-JA">jpa/Moose-Doc-JA</a>&nbsp;- Perl Moose Documentation In Japanese</li>
<li><a href="https://github.com/hakobe/Guita">hakobe/Guita</a>&nbsp;- Gist clone for private use written in Perl</li>
<li><a href="https://github.com/gonzoua/EBook-EPUB">gonzoua/EBook-EPUB</a>&nbsp;- EBook::EPUB perl module for generating EPUB document</li>
<li><a href="https://github.com/geuma/pDLNA">geuma/pDLNA</a>&nbsp;- perl DLNA MediaServer</li>
<li><a href="https://github.com/dequis/tmux-url-select">dequis/tmux-url-select</a>&nbsp;- Keyboard based URL selector that integrates with tmux</li>
<li><a href="https://github.com/Blaizer/ModernPerl-sublime">Blaizer/ModernPerl-sublime</a>&nbsp;- Perl syntax highlighting for Sublime Text that isn't outdated</li>
<li><a href="https://github.com/aleex42/netapp-cdot-nagios">aleex42/netapp-cdot-nagios</a>&nbsp;- Nagios-Checks for monitoring NetApp cDOT-Systems via NetApp Perl API</li>
<li><a href="https://github.com/simmel/urxvt-resize-font">simmel/urxvt-resize-font</a>&nbsp;- URxvt Perl extension for resizing the font</li>
<li><a href="https://github.com/pkrumins/social-scraper">pkrumins/social-scraper</a>&nbsp;- Social scraper is a Perl program that scrapes reddit, digg, stumbleupon, delicious, furl, flickr, simpy, boingboing, wired for content that matches the given patterns.</li>
<li><a href="https://github.com/metomi/fcm">metomi/fcm</a>&nbsp;- FCM: a modern Fortran build system + wrappers to Subversion for scientific software development</li>
<li><a href="https://github.com/khrt/Raisin">khrt/Raisin</a>&nbsp;- Raisin - a REST API micro framework for Perl&nbsp;</li>
<li><a href="https://github.com/joshua-hull/Reddit-Image-Scraper">joshua-hull/Reddit-Image-Scraper</a>&nbsp;- Perl script to download imaged hosted at imgur.com linked from a subreddit at reddit.com</li>
<li><a href="https://github.com/dpavlin/perl-Redis-obsolete">dpavlin/perl-Redis-obsolete</a>&nbsp;- perl binding for Redis database - latest development is in melo's repository</li>
<li><a href="https://github.com/cho45/Niro">cho45/Niro</a>&nbsp;- Blogging System for personal use written in Perl.</li>
<li><a href="https://github.com/acme/net-amazon-s3">acme/net-amazon-s3</a>&nbsp;- Use the Amazon S3 - Simple Storage Service from Perl</li>
<li><a href="https://github.com/vti/plack-middleware-socketio">vti/plack-middleware-socketio</a>&nbsp;- Socket.IO Perl/Plack implementation DEPRECATED USE PocketIO INSTEAD</li>
<li><a href="https://github.com/textmate/perl.tmbundle">textmate/perl.tmbundle</a>&nbsp;- TextMate support for Perl</li>
<li><a href="https://github.com/sourceperl/mbtget">sourceperl/mbtget</a>&nbsp;- A simple modbus/TCP client write in pure Perl.</li>
<li><a href="https://github.com/semifor/net-twitter-lite">semifor/net-twitter-lite</a>&nbsp;- A lighter weight (non-Moose) Perl interface to the Twitter API</li>
<li><a href="https://github.com/kasei/perlrdf">kasei/perlrdf</a>&nbsp;- Official releases of RDF::Query may be found on CPAN:&nbsp;<a href="http://search.cpan.org/dist/RDF-Query/">http://search.cpan.org/dist/RDF-Query/</a></li>
<li><a href="https://github.com/danaj/Math-Prime-Util">danaj/Math-Prime-Util</a>&nbsp;- Perl (XS) module implementing prime number utilities, including sieves</li>
<li><a href="https://github.com/AndyA/Test-Harness">AndyA/Test-Harness</a>&nbsp;- Run Perl standard test scripts with statistics</li>
<li><a href="https://github.com/sni/Monitoring-Livestatus">sni/Monitoring-Livestatus</a>&nbsp;- Livestatus Perl API to access runtime data from Nagios, Icinga and Shinken.</li>
<li><a href="https://github.com/skx/markdownshare.com">skx/markdownshare.com</a>&nbsp;- The code behind&nbsp;<a href="http://markdownshare.com/">http://markdownshare.com/</a></li>
<li><a href="https://github.com/Perl-Toolchain-Gang/Module-Build">Perl-Toolchain-Gang/Module-Build</a>&nbsp;- Perl module to configure and build modules (what backs most Build.PLs)</li>
<li><a href="https://github.com/markstos/CGI--Application">markstos/CGI--Application</a>&nbsp;- A Perl framework for building reusable web-applications</li>
<li><a href="https://github.com/lyokato/p5-oauth-lite2">lyokato/p5-oauth-lite2</a>&nbsp;- Perl Library for OAuth 2.0</li>
<li><a href="https://github.com/KTamas/pflogsumm">KTamas/pflogsumm</a>&nbsp;- postfix stats</li>
<li><a href="https://github.com/karupanerura/Aniki">karupanerura/Aniki</a>&nbsp;- The ORM as our great brother.</li>
<li><a href="https://github.com/jonswar/perl-poet">jonswar/perl-poet</a>&nbsp;- Perl Poet distribution</li>
<li><a href="https://github.com/hzhou/MyDef">hzhou/MyDef</a>&nbsp;- Programming in the next paradigm -- your way</li>
<li><a href="https://github.com/houseabsolute/DateTime.pm">houseabsolute/DateTime.pm</a>&nbsp;- A date and time object for Perl</li>
<li><a href="https://github.com/fayland/perl-lingua-han">fayland/perl-lingua-han</a>&nbsp;- all Lingua::Han:: CPAN modules</li>
<li><a href="https://github.com/eilara/Rx.pl">eilara/Rx.pl</a>&nbsp;- Microsoft Reactive Extensions clone for Perl</li>
<li><a href="https://github.com/dams/curses-toolkit">dams/curses-toolkit</a>&nbsp;- Curses::Toolkit perl module</li>
<li><a href="https://github.com/adriaandens/fagrant">adriaandens/fagrant</a>&nbsp;- Vagrant in 100 lines of (Perl) code</li>
<li><a href="https://github.com/xsawyerx/module-starter">xsawyerx/module-starter</a>&nbsp;- Module::Starter, a tool to help create solid Perl modules from scratch</li>
<li><a href="https://github.com/Tux/speedtest">Tux/speedtest</a>&nbsp;- Perl CLI for speedtest.net</li>
<li><a href="https://github.com/tanjiti/perl_tools">tanjiti/perl_tools</a>&nbsp;- perl小工具</li>
<li><a href="https://github.com/stevan/BreadBoard">stevan/BreadBoard</a>&nbsp;- Inversion of Control and Dependency Injection for Perl</li>
<li><a href="https://github.com/salva/p5-Net-OpenSSH">salva/p5-Net-OpenSSH</a>&nbsp;- Perl SSH client built on top of OpenSSH</li>
<li><a href="https://github.com/rudism/NetAuthority">rudism/NetAuthority</a>&nbsp;- Historical perl code that ran the original NetAuthority.org site</li>
<li><a href="https://github.com/pssc/squeezy">pssc/squeezy</a>&nbsp;- A command-line utility for controlling squeezebox network audio players via their squeezeserver.</li>
<li><a href="https://github.com/portcullislabs/udp-proto-scanner">portcullislabs/udp-proto-scanner</a>&nbsp;- udp-proto-scanner is a Perl script which discovers UDP services by sending triggers to a list of hosts</li>
<li><a href="https://github.com/perl5-dbi/DBD-mysql">perl5-dbi/DBD-mysql</a>&nbsp;- MySQL driver for the Perl5 Database Interface (DBI)</li>
<li><a href="https://github.com/Ovid/hop">Ovid/hop</a>&nbsp;- Higher Order Perl modules on the CPAN</li>
<li><a href="https://github.com/noxxi/p5-io-socket-ssl">noxxi/p5-io-socket-ssl</a>&nbsp;- IO::Socket::SSL Perl Module</li>
<li><a href="https://github.com/kingpong/perl-Test-Spec">kingpong/perl-Test-Spec</a>&nbsp;- rSpec-like test system for Perl</li>
<li><a href="https://github.com/kensanata/oddmuse">kensanata/oddmuse</a>&nbsp;- A simple wiki engine written in Perl. No database required.</li>
<li><a href="https://github.com/gugod/Test-Continuous">gugod/Test-Continuous</a>&nbsp;- (Perl) Run your tests suite continusouly when developing.</li>
<li><a href="https://github.com/grickit/Gambot">grickit/Gambot</a>&nbsp;- Gambot is a modular IRC bot written in Perl.</li>
<li><a href="https://github.com/grantm/Algorithm-CouponCode">grantm/Algorithm-CouponCode</a>&nbsp;- Perl library to generate and validate 'CouponCode' strings</li>
<li><a href="https://github.com/eserte/bbbike">eserte/bbbike</a>&nbsp;- BBBike</li>
<li><a href="https://github.com/book/Git-Repository">book/Git-Repository</a>&nbsp;- Perl interface to Git repositories</li>
<li><a href="https://github.com/tokuhirom/FormValidator-Lite">tokuhirom/FormValidator-Lite</a>&nbsp;- very lite and fast validation library for perl</li>
<li><a href="https://github.com/szbalint/WWW--Curl">szbalint/WWW--Curl</a>&nbsp;- Perl binding for libcurl</li>
<li><a href="https://github.com/stevan/p5-MOP">stevan/p5-MOP</a>&nbsp;- A Meta Object Protocol for Perl 5</li>
<li><a href="https://github.com/sludin/Protocol-ACME">sludin/Protocol-ACME</a>&nbsp;- A perl library that provides a simple interface to writing scripts for cert provisioning with Let's Encrypt.</li>
<li><a href="https://github.com/rurban/App-perlall">rurban/App-perlall</a>&nbsp;- create and work with /usr/local/bin/perl5.*</li>
<li><a href="https://github.com/Robertof/perl-www-telegram-botapi">Robertof/perl-www-telegram-botapi</a>&nbsp;- Perl implementation of the Telegram Bot API</li>
<li><a href="https://github.com/ReneNyffenegger/PerlModules">ReneNyffenegger/PerlModules</a>&nbsp;- (Very) simple scripts for some Perl modules, intended as copy paste templates.</li>
<li><a href="https://github.com/Ovid/Role-Basic">Ovid/Role-Basic</a>&nbsp;- Roles in Perl. Nothing else.</li>
<li><a href="https://github.com/njlg/perl-rethinkdb">njlg/perl-rethinkdb</a>&nbsp;- A Pure Perl RethinkDB Driver</li>
<li><a href="https://github.com/naoya/perl-Text-LTSV">naoya/perl-Text-LTSV</a>&nbsp;- Text::LTSV - Labeled Tab Separated Value manipulator</li>
<li><a href="https://github.com/memcached/perl-Cache-Memcached">memcached/perl-Cache-Memcached</a>&nbsp;- Cache::Memcached</li>
<li><a href="https://github.com/KD8EYF/TRBO-NET">KD8EYF/TRBO-NET</a>&nbsp;- mototrbo perl modules for ARS TMS and LRRP</li>
<li><a href="https://github.com/holbertonschool/Betty">holbertonschool/Betty</a>&nbsp;- Holberton-style C code checker written in Perl</li>
<li><a href="https://github.com/gnustavo/Git-Hooks">gnustavo/Git-Hooks</a>&nbsp;- Framework for implementing Git (and Gerrit) hooks</li>
<li><a href="https://github.com/fayland/perl-www-contact">fayland/perl-www-contact</a>&nbsp;- WWW::Contact - Get contacts/addressbook from Web</li>
<li><a href="https://github.com/do-know/Crypt-LE">do-know/Crypt-LE</a>&nbsp;- Crypt::LE (ZeroSSL project) - Let's Encrypt client and library in Perl for getting free SSL certificates (inc. generating RSA/ECC keys and CSRs). HTTP/DNS verification is supported out of the box, easily extended with plugins.</li>
<li><a href="https://github.com/briandfoy/cpan-script">briandfoy/cpan-script</a>&nbsp;- (Perl) Interact with CPAN from the command line</li>
<li><a href="https://github.com/beppu/anyevent-couchdb">beppu/anyevent-couchdb</a>&nbsp;- a non-blocking CouchDB client for Perl based on jquery.couch.js</li>
<li><a href="https://github.com/yannk/ControlFreak">yannk/ControlFreak</a>&nbsp;- a process supervisor in Perl</li>
<li><a href="https://github.com/typester/object-container-perl">typester/object-container-perl</a>&nbsp;- simple object container</li>
<li><a href="https://github.com/trizen/menutray">trizen/menutray</a>&nbsp;- An application menu through a GTK+ tray status icon.</li>
<li><a href="https://github.com/TrackingSoft/Kafka">TrackingSoft/Kafka</a>&nbsp;- Perl implementation of Kafka API (official CPAN module)</li>
<li><a href="https://github.com/sushdm/git_svn_externals">sushdm/git_svn_externals</a>&nbsp;- A perl script to clone an SVN repository with externals, using git-svn</li>
<li><a href="https://github.com/Perl-Toolchain-Gang/Test-Harness">Perl-Toolchain-Gang/Test-Harness</a>&nbsp;- Run Perl standard test scripts with statistics</li>
<li><a href="https://github.com/openresty/lemplate">openresty/lemplate</a>&nbsp;- OpenResty/Lua template framework implementing Perl's TT2 templating language</li>
<li><a href="https://github.com/mkjellman/perlcassa">mkjellman/perlcassa</a>&nbsp;- a Perl client for Apache Cassandra</li>
<li><a href="https://github.com/LudovicRousseau/pcsc-tools">LudovicRousseau/pcsc-tools</a>&nbsp;- Some tools to be used with smart cards and PC/SC</li>
<li><a href="https://github.com/liyanage/build-entropy-php">liyanage/build-entropy-php</a>&nbsp;- The Perl-based build system used to build the Entropy PHP distribution</li>
<li><a href="https://github.com/lixmal/keepass4web">lixmal/keepass4web</a>&nbsp;- An application that serves KeePass database entries on a web frontend</li>
<li><a href="https://github.com/hakobe/p5-Fiber">hakobe/p5-Fiber</a>&nbsp;- Ruby like Fiber on Perl</li>
<li><a href="https://github.com/gray/webservice-google-reader">gray/webservice-google-reader</a>&nbsp;- Perl interface to the Google Reader API</li>
<li><a href="https://github.com/fayland/chinese-perl-book">fayland/chinese-perl-book</a>&nbsp;- free book in Chinese "Master Perl Today"</li>
<li><a href="https://github.com/bruceravel/demeter">bruceravel/demeter</a>&nbsp;- Process and analyze X-ray Absorption Spectroscopy data using Feff and either Larch or Ifeffit.</li>
<li><a href="https://github.com/beanz/xpl-perl">beanz/xpl-perl</a>&nbsp;- Perl modules for the xPL Home Automation Protocol</li>
<li><a href="https://github.com/atom/language-perl">atom/language-perl</a>&nbsp;- Perl package for Atom</li>
<li><a href="https://github.com/ewels/clusterflow">ewels/clusterflow</a>&nbsp;- A pipelining tool to automate and standardise bioinformatics analyses on cluster environments.</li>
<li><a href="https://github.com/diegok/resque-perl">diegok/resque-perl</a>&nbsp;- Perl port of the original Ruby library. It's intended to work using the same backend to share tasks and be able to manage the system using ruby's resque-server webapp. Resque is a Redis-backed library for creating background jobs, placing them on multiple queues, and processing them later.</li>
<li><a href="https://github.com/perl6/specs">perl6/specs</a>&nbsp;- Perl 6 language design documents</li>
<li><a href="https://github.com/trizen/sidef">trizen/sidef</a>&nbsp;- A modern object-oriented programming language, implemented in Perl.</li>
<li><a href="https://github.com/audreyt/pugs">audreyt/pugs</a>&nbsp;- A Perl 6 Implementation</li>
<li><a href="https://github.com/jlord/git-it-electron">jlord/git-it-electron</a>&nbsp;-&nbsp;A Git-it Desktop App (A Node.js app, not Perl as GH suggests)</li>
<li><a href="https://github.com/PerlGameDev/SDL_Manual">PerlGameDev/SDL_Manual</a>&nbsp;- The Manual for writing Games in Perl using SDL. Part of TPF grant.</li>
<li><a href="https://github.com/franckcuny/net-http-spore">franckcuny/net-http-spore</a>&nbsp;- Perl implementation for SPORE</li>
<li><a href="https://github.com/houseabsolute/webmachine-perl">houseabsolute/webmachine-perl</a>&nbsp;- A Perl port of Webmachine</li>
<li><a href="https://github.com/willemdh/check_netapp_ontap">willemdh/check_netapp_ontap</a>&nbsp;-&nbsp;Check NetApp Ontap&nbsp;</li>
<li><a href="https://github.com/unobe/perl-wfa">unobe/perl-wfa</a>&nbsp;- Perl's WWW::Facebook::API Module</li>
<li><a href="https://github.com/vti/sockjs-perl">vti/sockjs-perl</a>&nbsp;- SockJS Perl Plack/PSGI implementation</li>
<li><a href="https://github.com/schwern/Sex">schwern/Sex</a>&nbsp;- Perl teaches the birds and the bees</li>
<li><a href="https://github.com/rjray/rpc-xml">rjray/rpc-xml</a>&nbsp;- A Perl implementation of the XML-RPC specification</li>
<li><a href="https://github.com/naoya/mapreduce-lite">naoya/mapreduce-lite</a>&nbsp;- An experimental implementation of MapReduce for perl</li>
<li><a href="https://github.com/miyagawa/perl-app-builder">miyagawa/perl-app-builder</a>&nbsp;- Turns your perl script into .app using Platypus</li>
<li><a href="https://github.com/leejo/CGI.pm">leejo/CGI.pm</a>&nbsp;- The CGI.pm perl module</li>
<li><a href="https://github.com/kngenie/ias3upload">kngenie/ias3upload</a>&nbsp;- simple Perl script for uploading files to Internet Archive through its S3-like interface</li>
<li><a href="https://github.com/jsober/Reddit-API">jsober/Reddit-API</a>&nbsp;- Reddit API for perl</li>
<li><a href="https://github.com/jizhang/perl-virtualenv">jizhang/perl-virtualenv</a>&nbsp;- Virtual Environment for Perl</li>
<li><a href="https://github.com/Ensembl/ensembl-compara">Ensembl/ensembl-compara</a>&nbsp;- The Ensembl Compara Perl API and SQL schema</li>
<li><a href="https://github.com/drforr/Perl-Mogrify">drforr/Perl-Mogrify</a>&nbsp;- Transmogrify Perl5 code to Perl6 with a plugin system</li>
<li><a href="https://github.com/cooldaemon/AnyEvent-RabbitMQ">cooldaemon/AnyEvent-RabbitMQ</a>&nbsp;- An asynchronous and multi channel Perl AMQP client.</li>
<li><a href="https://github.com/braintree/braintree_perl">braintree/braintree_perl</a>&nbsp;- Braintree Perl library</li>
<li><a href="https://github.com/yuki-kimoto/gitweblite">yuki-kimoto/gitweblite</a>&nbsp;- Git repository browser. This is gtiweb.cgi clone to modern perl.</li>
<li><a href="https://github.com/yanick/Vim-X">yanick/Vim-X</a>&nbsp;- Write Perl functions within Vim</li>
<li><a href="https://github.com/typester/sniffer-rtmp-perl">typester/sniffer-rtmp-perl</a>&nbsp;- rtmp sniffer framework</li>
<li><a href="https://github.com/tonycoz/imager">tonycoz/imager</a>&nbsp;- Imager - image manipulation from perl. This is a mirror only, pull requests will be closed without comment if I ever notice them. Please submit patches (or bugs) via bug-Imager [at] rt.cpan.org</li>
<li><a href="https://github.com/tobeychris/hipchat-room-message-APIv2">tobeychris/hipchat-room-message-APIv2</a>&nbsp;- This is a simple perl script that will use Hipchat's API v2 to message a room after passing in the room name, authentication token and a message. Also includes features for selecting the colour, notifying the room, passing in an html message, using a proxy and using API v1 should you so choose.</li>
<li><a href="https://github.com/sass/perl-libsass">sass/perl-libsass</a>&nbsp;- Perl bindings for libsass (CSS::Sass)</li>
<li><a href="https://github.com/ranguard/text-vcard">ranguard/text-vcard</a>&nbsp;- Perl package to edit and create vCard(s) (RFC 2426)</li>
<li><a href="https://github.com/pkrumins/perl-tcp-proxy2">pkrumins/perl-tcp-proxy2</a>&nbsp;- Program for my "A TCP Proxy in Perl" article</li>
<li><a href="https://github.com/PeterMartini/go-perl">PeterMartini/go-perl</a>&nbsp;- Linking in Go code via XS</li>
<li><a href="https://github.com/petdance/test-www-mechanize">petdance/test-www-mechanize</a>&nbsp;- Test::WWW::Mechanize, a Perl object for testing web pages</li>
<li><a href="https://github.com/perl-ldap/perl-ldap">perl-ldap/perl-ldap</a>&nbsp;- Perl LDAP client library</li>
<li><a href="https://github.com/ntruchsess/perl-firmata">ntruchsess/perl-firmata</a>&nbsp;- Perl implementation of the firmata client. Originally authored by Aki Mimoto (amimoto) this repository was transfered to Norbert Truchsess (ntruchsess) in 02/2013. Anybody willing to contribute is very wellcome! Please submitt pull-requests against branch 'dev'</li>
<li><a href="https://github.com/mtw/Bio-ViennaNGS">mtw/Bio-ViennaNGS</a>&nbsp;- A Perl extension and collection of utilities for Next-Generation Sequencing (NGS) data analysis</li>
<li><a href="https://github.com/masukomi/jsonpath-perl">masukomi/jsonpath-perl</a>&nbsp;- Perl port of JSONPath</li>
<li><a href="https://github.com/livedoor/Sledge">livedoor/Sledge</a>&nbsp;- ancient Perl Web Application Framework.</li>
<li><a href="https://github.com/kernevil/libfilesys-smbclient-perl">kernevil/libfilesys-smbclient-perl</a>&nbsp;- Zentyal packaging of libfilesys-smbclient-perl</li>
<li><a href="https://github.com/ironcamel/App-p">ironcamel/App-p</a>&nbsp;- Steroids for your perl one-liners. Does that mean steroids for your steroids? Is that even possible?</li>
<li><a href="https://github.com/genoo/GenOO">genoo/GenOO</a>&nbsp;- A Modern Perl Framework for High Throughput Sequencing analysis</li>
<li><a href="https://github.com/gbarr/perl-libnet">gbarr/perl-libnet</a>&nbsp;- perl libnet library</li>
<li><a href="https://github.com/evernote/evernote-sdk-perl">evernote/evernote-sdk-perl</a>&nbsp;- Evernote SDK for Perl</li>
<li><a href="https://github.com/elmex/Construder">elmex/Construder</a>&nbsp;- A 3D Game written in Perl - inspired by Minecraft</li>
<li><a href="https://github.com/dsully/perl-crypt-openssl-x509">dsully/perl-crypt-openssl-x509</a>&nbsp;- Perl interface to OpenSSL's X509 module.</li>
<li><a href="https://github.com/davorg/perlanet">davorg/perlanet</a>&nbsp;- Simple Planet Clone in Perl</li>
<li><a href="https://github.com/cosimo/TicketServer">cosimo/TicketServer</a>&nbsp;- Flickr-like Ticket Server implemented with Perl + DBI + MySQL</li>
<li><a href="https://github.com/robin13/mediathekp">robin13/mediathekp</a>&nbsp;- Perl clone of Mediathek</li>
<li><a href="https://github.com/rjbs/Mail-DeliveryStatus-BounceParser">rjbs/Mail-DeliveryStatus-BounceParser</a>&nbsp;- perl library to parse email bounce messages</li>
<li><a href="https://github.com/rjbs/Email-MIME">rjbs/Email-MIME</a>&nbsp;- perl library for parsing MIME messages</li>
<li><a href="https://github.com/Perl-Toolchain-Gang/Software-License">Perl-Toolchain-Gang/Software-License</a>&nbsp;- perl representation of common software licenses</li>
<li><a href="https://github.com/Perl-Toolchain-Gang/ExtUtils-CBuilder">Perl-Toolchain-Gang/ExtUtils-CBuilder</a>&nbsp;- Compile and link C code for Perl modules</li>
<li><a href="https://github.com/nothingmuch/git-site-perl">nothingmuch/git-site-perl</a>&nbsp;- Hooks to keep site_perl in git</li>
<li><a href="https://github.com/miyagawa/cpanmetadb-perl">miyagawa/cpanmetadb-perl</a>&nbsp;- CPANMetaDB in Starman and Plack with Carmel</li>
<li><a href="https://github.com/maxmind/MaxMind-DB-Writer-perl">maxmind/MaxMind-DB-Writer-perl</a>&nbsp;- Create MaxMind DB database files</li>
<li><a href="https://github.com/mattn/p5-Growl-Any">mattn/p5-Growl-Any</a>&nbsp;- perl module that provide any growl application</li>
<li><a href="https://github.com/LyonsLab/coge">LyonsLab/coge</a>&nbsp;- CoGe (Comparative Genomics) Platform</li>
<li><a href="https://github.com/hirose31/inspect-perl-proc">hirose31/inspect-perl-proc</a>&nbsp;- get %INC and dump into file</li>
<li><a href="https://github.com/formalin14/Transformer">formalin14/Transformer</a>&nbsp;- A translation system for static websites. It is used to translate the perl.org website.</li>
<li><a href="https://github.com/duncs/perl-nagios-object">duncs/perl-nagios-object</a>&nbsp;- A group of modules for parsing a Nagios configuration and representing it as objects in perl.</li>
<li><a href="https://github.com/cyberisltd/ProxyDetect">cyberisltd/ProxyDetect</a>&nbsp;- Perl script to detect the existence of transparent proxies</li>
<li><a href="https://github.com/ct/net-twitter">ct/net-twitter</a>&nbsp;- Net::Twitter, perl interface to twitter.com</li>
<li><a href="https://github.com/CpanelInc/cPanel-PublicAPI">CpanelInc/cPanel-PublicAPI</a>&nbsp;- A perl module for interfacing with cPanel's various APIs</li>
<li><a href="https://github.com/bingos/poe">bingos/poe</a>&nbsp;- (perl) portable multitasking and networking framework for Perl (mirror of the svn repository)</li>
<li><a href="https://github.com/xsawyerx/gitflux">xsawyerx/gitflux</a>&nbsp;- A Perl port of gitflow. Really? Yes, really!</li>
<li><a href="https://github.com/wehu/CljPerl">wehu/CljPerl</a>&nbsp;- CljPerl is a lisp on Perl.</li>
<li><a href="https://github.com/tomill/Acme-Perlingual">tomill/Acme-Perlingual</a>&nbsp;- Acme::Perlingual - Convert perl code to php or something.</li>
<li><a href="https://github.com/TJC/Flickr-API2">TJC/Flickr-API2</a>&nbsp;- A fork of Flickr::API from Perl's CPAN</li>
<li><a href="https://github.com/soarpenguin/perl-scripts">soarpenguin/perl-scripts</a>&nbsp;- useful perl script and snippets of code.</li>
<li><a href="https://github.com/shogo82148/Redis-Fast">shogo82148/Redis-Fast</a>&nbsp;- fast perl binding for Redis database</li>
<li><a href="https://github.com/shlomif/catable">shlomif/catable</a>&nbsp;- CATAlyst BLog Engine - written by perl cats</li>
<li><a href="https://github.com/rjbs/Perl-PrereqScanner">rjbs/Perl-PrereqScanner</a>&nbsp;- scan a set of Perl libraries to figure out prereqs, without loading the code</li>
<li><a href="https://github.com/reyjrar/DreamCatcher">reyjrar/DreamCatcher</a>&nbsp;- DNS Monitoring Suite</li>
<li><a href="https://github.com/petdance/file-next">petdance/file-next</a>&nbsp;- File::Next, a file finding module for Perl 5</li>
<li><a href="https://github.com/Perl-Email-Project/Email-Valid">Perl-Email-Project/Email-Valid</a>&nbsp;- perl library to validate email addresses</li>
<li><a href="https://github.com/perl6/evalbot">perl6/evalbot</a>&nbsp;- IRC bot for executing Perl 6 code</li>
</ul>]]></description>
	<dc:creator>Neel</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/pages/view/33486/quick-next-generation-sequencing-ngs-terms-definition</guid>
	<pubDate>Fri, 09 Jun 2017 04:52:26 -0500</pubDate>
	<link>https://bioinformaticsonline.com/pages/view/33486/quick-next-generation-sequencing-ngs-terms-definition</link>
	<title><![CDATA[Quick next generation sequencing (NGS) terms definition]]></title>
	<description><![CDATA[<p><strong>fragment size:</strong><span>&nbsp;the Illumina WGS protocol generates paired-end reads from both ends of longer fragments. The lengths of these fragments are assumed to be sampled from a normal distribution. Therefore, in the absence of structural variants, mapping locations of the paired ends span within an interval [&delta;min,&delta;max]. Most (&gt;90%) of paired-end reads are sampled from no-SV regions, therefore the fragment size distribution can be learned empirically for each WGS data set separately.</span><br /><br /><strong>concordant reads:</strong><span>&nbsp;a read pair is called concordant if they can be mapped to the reference genome as &ldquo;expected&rdquo;: (a) mapped to opposing strands where the upstream read is mapped to the forward strand and the downstream read is mapped to the reverse strand2, (b) the distance between ends is between the minimum and maximum expected fragment size.</span><br /><br /><strong>discordant reads:</strong><span>&nbsp;briefly, any non-concordant read pair is considered discordant. Note that, by definition, the discordant read pairs signal potential SVs. The sequence signature produced by these type of reads is known as read-pair signature.</span><br /><br /><strong>split reads:</strong><span>&nbsp;a read that can only be mapped to the reference genome by breaking into two sub-reads is called a split-read. These types of reads also indicate a potential SV or a short insertion or deletion (indel).</span><br /><br /><strong>read depth:</strong><span>&nbsp;number of reads that map within a region of the genome. Overall genome-wide read depth is also referred to as depth of coverage. It is expected that the number of reads that &ldquo;cover&rdquo; each base-pair to follow a Poisson distribution. Therefore, if the read depth over a certain region deviates significantly from this distribution, it signals for a potential copy number variation (CNV).</span></p>]]></description>
	<dc:creator>Neel</dc:creator>
</item>

</channel>
</rss>