<?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: Create random 5 inversions in genome !]]></title>
	<link>https://bioinformaticsonline.com/snippets/view/42594/create-random-5-inversions-in-genome?</link>
	<atom:link href="https://bioinformaticsonline.com/snippets/view/42594/create-random-5-inversions-in-genome?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/42594/create-random-5-inversions-in-genome</guid>
	<pubDate>Sun, 10 Jan 2021 09:33:37 -0600</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/42594/create-random-5-inversions-in-genome</link>
	<title><![CDATA[Create random 5 inversions in genome !]]></title>
	<description><![CDATA[<code>(base) ➜  dupStudy git:(master) ✗ perl ../simuG.pl -refseq simuCNV.simseq.genome.fa -inversion_count 5 -prefix simuINV

[Sun Jan 10 16:30:40 2021]
Starting simuG ..

[Sun Jan 10 16:30:40 2021]
Check specified options ..
Running simuG for inversion simulation &gt;&gt;

Ignore all options for translocation simulation.

This simulation use the random seed: 639103429

The option inversion_count has been specified: inversion_count = 5
The option inversion_min_size has been specified: inversion_min_size = 1000
The option inversion_max_size has been specified: inversion_max_size = 100000

[Sun Jan 10 16:30:40 2021]
Introducing random Inversions based on the following parameters:
&gt; inversion_count = 5
&gt; inversion_min_size = 1000
&gt; inversion_max_size = 100000

[Sun Jan 10 16:30:40 2021]
Simulation completed! :)

[Sun Jan 10 16:30:40 2021]
Generating output files ..

Generating the correspondance map for genomic variants introduced during simulation:
simuINV.refseq2simseq.map.txt

Generating reference-based vcf file for genomic variants introduced during simulation:
simuINV.refseq2simseq.inversion.vcf

[Sun Jan 10 16:30:40 2021]
Done! :)</code>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

</channel>
</rss>