<?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: Related items]]></title>
	<link>https://bioinformaticsonline.com/related/44626?offset=10</link>
	<atom:link href="https://bioinformaticsonline.com/related/44626?offset=10" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/37650/p-rna-scaffolder-a-fast-and-accurate-genome-scaffolder-using-paired-end-rna-sequencing-reads</guid>
	<pubDate>Fri, 07 Sep 2018 05:19:06 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/37650/p-rna-scaffolder-a-fast-and-accurate-genome-scaffolder-using-paired-end-rna-sequencing-reads</link>
	<title><![CDATA[P_RNA_scaffolder: a fast and accurate genome scaffolder using paired-end RNA-sequencing reads]]></title>
	<description><![CDATA[<p><span>P_RNA_scaffolder is a novel scaffolding tool using Pair-end RNA-seq to scaffold genome fragments. The method is suitable for most genomes. The program could utilize Illumina Paired-end RNA-sequencing reads from target speciesies. Our method provides another practical alternative to existing mate-pair_based approaches or other Protein-based approaches (for instance,&nbsp;</span><a href="http://www.fishbrowser.org/software/PEP_scaffolder/">PEP_scaffolder&nbsp;</a><span>) for scaffolding genome sequences. The most important feature of this method is to improve the completeness of gene regions and long-coding gene regions (for instance,&nbsp;</span><a href="http://circrna.org/">circRNA</a><span>).</span></p><p>Address of the bookmark: <a href="http://www.fishbrowser.org/software/P_RNA_scaffolder/#" rel="nofollow">http://www.fishbrowser.org/software/P_RNA_scaffolder/#</a></p>]]></description>
	<dc:creator>BioStar</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/43088/iva-accurate-de-novo-assembly-of-rna-virus-genomes</guid>
	<pubDate>Wed, 23 Jun 2021 07:51:59 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/43088/iva-accurate-de-novo-assembly-of-rna-virus-genomes</link>
	<title><![CDATA[IVA: accurate de novo assembly of RNA virus genomes]]></title>
	<description><![CDATA[<p>IVA (Iterative Virus Assembler) designed specifically for read pairs sequenced at highly variable depth from RNA virus samples. We tested IVA on datasets from 140 sequenced samples from human immunodeficiency virus-1 or influenza-virus-infected people and demonstrated that IVA outperforms all other virus de novo assemblers.</p>
<p><strong> Availability and implementation: </strong> The software runs under Linux, has the GPLv3 licence and is freely available from http://sanger-pathogens.github.io/iva</p>
<p>https://pubmed.ncbi.nlm.nih.gov/25725497/</p><p>Address of the bookmark: <a href="https://github.com/sanger-pathogens/iva" rel="nofollow">https://github.com/sanger-pathogens/iva</a></p>]]></description>
	<dc:creator>Neel</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/41493/coronavirus-resources</guid>
	<pubDate>Wed, 25 Mar 2020 17:11:33 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/41493/coronavirus-resources</link>
	<title><![CDATA[Coronavirus Resources !]]></title>
	<description><![CDATA[<p><span>2019nCoVR features comprehensive integration of genomic and proteomic sequences as well as their metadata information from the GISAID, NCBI, NMDC and CNCB/NGDC. It also incorporates a wide range of relevant information including scientific literatures, news, and popular articles for science dissemination, and provides visualization functionalities for genome variation analysis results based on all collected 2019-nCoV strains.</span></p>
<p><span>Annotation</span></p>
<p><span><a href="https://bigd.big.ac.cn/ncov/variation/annotation">https://bigd.big.ac.cn/ncov/variation/annotation</a></span></p>
<p><span>Genome wharehouse&nbsp;</span></p>
<p><span><a href="https://bigd.big.ac.cn/gwh/browse/index">https://bigd.big.ac.cn/gwh/browse/index</a></span></p>
<p>Released Genome</p>
<p><a href="https://bigd.big.ac.cn/ncov/release_genome">https://bigd.big.ac.cn/ncov/release_genome</a></p>
<p>Download data&nbsp;</p>
<p><a href="ftp://download.big.ac.cn/Genome/Viruses/Coronaviridae/">ftp://download.big.ac.cn/Genome/Viruses/Coronaviridae/</a></p>
<p>Raw data</p>
<p><a href="https://bigd.big.ac.cn/gsa/browse/run/?tag=Coronaviridae">https://bigd.big.ac.cn/gsa/browse/run/?tag=Coronaviridae</a></p><p>Address of the bookmark: <a href="https://bigd.big.ac.cn/ncov/about" rel="nofollow">https://bigd.big.ac.cn/ncov/about</a></p>]]></description>
	<dc:creator>Neel</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/blog/view/37225/installing-trinity</guid>
	<pubDate>Tue, 03 Jul 2018 04:31:15 -0500</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/37225/installing-trinity</link>
	<title><![CDATA[Installing Trinity !]]></title>
	<description><![CDATA[
<p>Download this https://github.com/trinityrnaseq/trinityrnaseq/releases/tag/Trinity-v2.6.6</p>

<p>➜ cd trinityrnaseq-Trinity-v2.6.6</p>

<p>➜  trinityrnaseq-Trinity-v2.6.6 git:(master) ✗ make<br />Using gnu compiler for Inchworm and Chrysalis<br />cd Inchworm &amp;&amp; (test -e configure || autoreconf) \<br />                &amp;&amp; sh ./configure --prefix=`pwd`  &amp;&amp; make install<br />checking for a BSD-compatible install... /usr/bin/install -c<br />checking whether build environment is sane... yes<br />checking for a thread-safe mkdir -p... /bin/mkdir -p<br />checking for gawk... gawk<br />checking whether make sets $(MAKE)... yes<br />checking for g++... g++<br />checking whether the C++ compiler works... yes<br />checking for C++ compiler default output file name... a.out<br />checking for suffix of executables... <br />checking whether we are cross compiling... no<br />checking for suffix of object files... o<br />checking whether we are using the GNU C++ compiler... yes<br />checking whether g++ accepts -g... yes<br />checking for style of include used by make... GNU<br />checking dependency style of g++... gcc3<br />checking for library containing cos... none required<br />configure: creating ./config.status<br />config.status: creating Makefile<br />config.status: creating src/Makefile<br />config.status: creating config.h<br />config.status: config.h is unchanged<br />config.status: executing depfiles commands<br />make[1]: Entering directory '/home/urbe/Tools/trinityrnaseq-Trinity-v2.6.6/Inchworm'<br />Making install in src<br />make[2]: Entering directory '/home/urbe/Tools/trinityrnaseq-Trinity-v2.6.6/Inchworm/src'<br />g++ -DHAVE_CONFIG_H -I. -I..    -std=c++0x -pedantic -fopenmp -Wall -Wextra -Wno-deprecated -m64 -g -O2 -MT Fasta_entry.o -MD -MP -MF .deps/Fasta_entry.Tpo -c -o Fasta_entry.o Fasta_entry.cpp<br />mv -f .deps/Fasta_entry.Tpo .deps/Fasta_entry.Po<br />g++ -DHAVE_CONFIG_H -I. -I..    -std=c++0x -pedantic -fopenmp -Wall -Wextra -Wno-deprecated -m64 -g -O2 -MT IRKE_run.o -MD -MP -MF .deps/IRKE_run.Tpo -c -o IRKE_run.o IRKE_run.cpp<br />mv -f .deps/IRKE_run.Tpo .deps/IRKE_run.Po<br />g++ -DHAVE_CONFIG_H -I. -I..    -std=c++0x -pedantic -fopenmp -Wall -Wextra -Wno-deprecated -m64 -g -O2 -MT sequenceUtil.o -MD -MP -MF .deps/sequenceUtil.Tpo -c -o sequenceUtil.o sequenceUtil.cpp<br />mv -f .deps/sequenceUtil.Tpo .deps/sequenceUtil.Po<br />g++ -DHAVE_CONFIG_H -I. -I..    -std=c++0x -pedantic -fopenmp -Wall -Wextra -Wno-deprecated -m64 -g -O2 -MT IRKE.o -MD -MP -MF .deps/IRKE.Tpo -c -o IRKE.o IRKE.cpp<br />mv -f .deps/IRKE.Tpo .deps/IRKE.Po<br />g++ -DHAVE_CONFIG_H -I. -I..    -std=c++0x -pedantic -fopenmp -Wall -Wextra -Wno-deprecated -m64 -g -O2 -MT KmerCounter.o -MD -MP -MF .deps/KmerCounter.Tpo -c -o KmerCounter.o KmerCounter.cpp<br />mv -f .deps/KmerCounter.Tpo .deps/KmerCounter.Po<br />g++ -DHAVE_CONFIG_H -I. -I..    -std=c++0x -pedantic -fopenmp -Wall -Wextra -Wno-deprecated -m64 -g -O2 -MT string_util.o -MD -MP -MF .deps/string_util.Tpo -c -o string_util.o string_util.cpp<br />mv -f .deps/string_util.Tpo .deps/string_util.Po<br />g++ -DHAVE_CONFIG_H -I. -I..    -std=c++0x -pedantic -fopenmp -Wall -Wextra -Wno-deprecated -m64 -g -O2 -MT Fasta_reader.o -MD -MP -MF .deps/Fasta_reader.Tpo -c -o Fasta_reader.o Fasta_reader.cpp<br />mv -f .deps/Fasta_reader.Tpo .deps/Fasta_reader.Po<br />g++ -DHAVE_CONFIG_H -I. -I..    -std=c++0x -pedantic -fopenmp -Wall -Wextra -Wno-deprecated -m64 -g -O2 -MT stacktrace.o -MD -MP -MF .deps/stacktrace.Tpo -c -o stacktrace.o stacktrace.cpp<br />mv -f .deps/stacktrace.Tpo .deps/stacktrace.Po<br />g++ -DHAVE_CONFIG_H -I. -I..    -std=c++0x -pedantic -fopenmp -Wall -Wextra -Wno-deprecated -m64 -g -O2 -MT argProcessor.o -MD -MP -MF .deps/argProcessor.Tpo -c -o argProcessor.o argProcessor.cpp<br />mv -f .deps/argProcessor.Tpo .deps/argProcessor.Po<br />g++ -std=c++0x -pedantic -fopenmp -Wall -Wextra -Wno-deprecated -m64 -g -O2   -o inchworm Fasta_entry.o IRKE_run.o sequenceUtil.o IRKE.o KmerCounter.o string_util.o Fasta_reader.o stacktrace.o argProcessor.o  <br />g++ -DHAVE_CONFIG_H -I. -I..    -std=c++0x -pedantic -fopenmp -Wall -Wextra -Wno-deprecated -m64 -g -O2 -MT cigar_tweaker.o -MD -MP -MF .deps/cigar_tweaker.Tpo -c -o cigar_tweaker.o cigar_tweaker.cpp<br />mv -f .deps/cigar_tweaker.Tpo .deps/cigar_tweaker.Po<br />g++ -DHAVE_CONFIG_H -I. -I..    -std=c++0x -pedantic -fopenmp -Wall -Wextra -Wno-deprecated -m64 -g -O2 -MT SAM_entry.o -MD -MP -MF .deps/SAM_entry.Tpo -c -o SAM_entry.o SAM_entry.cpp<br />mv -f .deps/SAM_entry.Tpo .deps/SAM_entry.Po<br />g++ -DHAVE_CONFIG_H -I. -I..    -std=c++0x -pedantic -fopenmp -Wall -Wextra -Wno-deprecated -m64 -g -O2 -MT SAM_reader.o -MD -MP -MF .deps/SAM_reader.Tpo -c -o SAM_reader.o SAM_reader.cpp<br />mv -f .deps/SAM_reader.Tpo .deps/SAM_reader.Po<br />g++ -DHAVE_CONFIG_H -I. -I..    -std=c++0x -pedantic -fopenmp -Wall -Wextra -Wno-deprecated -m64 -g -O2 -MT Cigar.o -MD -MP -MF .deps/Cigar.Tpo -c -o Cigar.o Cigar.cpp<br />mv -f .deps/Cigar.Tpo .deps/Cigar.Po<br />g++ -std=c++0x -pedantic -fopenmp -Wall -Wextra -Wno-deprecated -m64 -g -O2   -o cigar_tweaker cigar_tweaker.o SAM_entry.o sequenceUtil.o SAM_reader.o Cigar.o string_util.o stacktrace.o Fasta_reader.o Fasta_entry.o  <br />g++ -DHAVE_CONFIG_H -I. -I..    -std=c++0x -pedantic -fopenmp -Wall -Wextra -Wno-deprecated -m64 -g -O2 -MT pull_reads_with_kmers.o -MD -MP -MF .deps/pull_reads_with_kmers.Tpo -c -o pull_reads_with_kmers.o pull_reads_with_kmers.cpp<br />mv -f .deps/pull_reads_with_kmers.Tpo .deps/pull_reads_with_kmers.Po<br />g++ -std=c++0x -pedantic -fopenmp -Wall -Wextra -Wno-deprecated -m64 -g -O2   -o pull_reads_with_kmers pull_reads_with_kmers.o Fasta_reader.o Fasta_entry.o sequenceUtil.o KmerCounter.o string_util.o stacktrace.o argProcessor.o  <br />g++ -DHAVE_CONFIG_H -I. -I..    -std=c++0x -pedantic -fopenmp -Wall -Wextra -Wno-deprecated -m64 -g -O2 -MT FastaToDeBruijn.o -MD -MP -MF .deps/FastaToDeBruijn.Tpo -c -o FastaToDeBruijn.o FastaToDeBruijn.cpp<br />FastaToDeBruijn.cpp: In function ‘void createGraphPerRecord(std::vector &gt;, int, bool, ArgProcessor)’:<br />FastaToDeBruijn.cpp:199:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]<br />                 if (seq_region.size() &lt; kmer_length) { continue; }  // can be e<br />                                       ^<br />mv -f .deps/FastaToDeBruijn.Tpo .deps/FastaToDeBruijn.Po<br />g++ -DHAVE_CONFIG_H -I. -I..    -std=c++0x -pedantic -fopenmp -Wall -Wextra -Wno-deprecated -m64 -g -O2 -MT DeBruijnGraph.o -MD -MP -MF .deps/DeBruijnGraph.Tpo -c -o DeBruijnGraph.o DeBruijnGraph.cpp<br />mv -f .deps/DeBruijnGraph.Tpo .deps/DeBruijnGraph.Po<br />g++ -std=c++0x -pedantic -fopenmp -Wall -Wextra -Wno-deprecated -m64 -g -O2   -o FastaToDeBruijn FastaToDeBruijn.o argProcessor.o Fasta_reader.o Fasta_entry.o sequenceUtil.o string_util.o stacktrace.o DeBruijnGraph.o  <br />g++ -DHAVE_CONFIG_H -I. -I..    -std=c++0x -pedantic -fopenmp -Wall -Wextra -Wno-deprecated -m64 -g -O2 -MT fastaToKmerCoverageStats.o -MD -MP -MF .deps/fastaToKmerCoverageStats.Tpo -c -o fastaToKmerCoverageStats.o fastaToKmerCoverageStats.cpp<br />fastaToKmerCoverageStats.cpp: In function ‘void populate_kmer_counter_from_reads(KmerCounter&amp;, std::__cxx11::string&amp;)’:<br />fastaToKmerCoverageStats.cpp:226:18: warning: unused variable ‘kmer_length’ [-Wunused-variable]<br />     unsigned int kmer_length = kcounter.get_kmer_length();<br />                  ^<br />mv -f .deps/fastaToKmerCoverageStats.Tpo .deps/fastaToKmerCoverageStats.Po<br />g++ -std=c++0x -pedantic -fopenmp -Wall -Wextra -Wno-deprecated -m64 -g -O2   -o fastaToKmerCoverageStats fastaToKmerCoverageStats.o argProcessor.o Fasta_reader.o Fasta_entry.o sequenceUtil.o string_util.o stacktrace.o KmerCounter.o  <br />make[3]: Entering directory '/home/urbe/Tools/trinityrnaseq-Trinity-v2.6.6/Inchworm/src'<br />test -z "/home/urbe/Tools/trinityrnaseq-Trinity-v2.6.6/Inchworm/bin" || /bin/mkdir -p "/home/urbe/Tools/trinityrnaseq-Trinity-v2.6.6/Inchworm/bin"<br />  /usr/bin/install -c inchworm cigar_tweaker pull_reads_with_kmers FastaToDeBruijn fastaToKmerCoverageStats '/home/urbe/Tools/trinityrnaseq-Trinity-v2.6.6/Inchworm/bin'<br />make[3]: Nothing to be done for 'install-data-am'.<br />make[3]: Leaving directory '/home/urbe/Tools/trinityrnaseq-Trinity-v2.6.6/Inchworm/src'<br />make[2]: Leaving directory '/home/urbe/Tools/trinityrnaseq-Trinity-v2.6.6/Inchworm/src'<br />make[2]: Entering directory '/home/urbe/Tools/trinityrnaseq-Trinity-v2.6.6/Inchworm'<br />make[3]: Entering directory '/home/urbe/Tools/trinityrnaseq-Trinity-v2.6.6/Inchworm'<br />make[3]: Nothing to be done for 'install-exec-am'.<br />make[3]: Nothing to be done for 'install-data-am'.<br />make[3]: Leaving directory '/home/urbe/Tools/trinityrnaseq-Trinity-v2.6.6/Inchworm'<br />make[2]: Leaving directory '/home/urbe/Tools/trinityrnaseq-Trinity-v2.6.6/Inchworm'<br />make[1]: Leaving directory '/home/urbe/Tools/trinityrnaseq-Trinity-v2.6.6/Inchworm'<br />cd Chrysalis &amp;&amp; make UNSUPPORTED=yes <br />make[1]: Entering directory '/home/urbe/Tools/trinityrnaseq-Trinity-v2.6.6/Chrysalis'<br />./MakeDepend.cc: In member function ‘bool makefile_builder::dependency::operator&lt;(const makefile_builder::dependency&amp;) const’:<br />./MakeDepend.cc:93:47: warning: suggest parentheses around ‘&amp;&amp;’ within ‘||’ [-Wparentheses]<br />                dependent_ == other.dependent_ &amp;&amp;<br />                                               ^<br />./MakeDepend.cc: In member function ‘bool makefile_builder::subdir_and_target::operator&lt;(const makefile_builder::subdir_and_target&amp;) const’:<br />./MakeDepend.cc:130:41: warning: suggest parentheses around ‘&amp;&amp;’ within ‘||’ [-Wparentheses]<br />                subdir_ == other.subdir_ &amp;&amp;<br />                                         ^<br />./MakeDepend.cc: In function ‘int main(int, char**)’:<br />./MakeDepend.cc:223:20: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]<br />   char * options = "Ad:g:u:fh";<br />                    ^<br />./MakeDepend.cc: In member function ‘void makefile_builder::DumpDependencies(const string&amp;)’:<br />./MakeDepend.cc:491:46: warning: suggest parentheses around ‘&amp;&amp;’ within ‘||’ [-Wparentheses]<br />       if ( ! this-&gt;FileIsSource( dependent ) &amp;&amp; ! this-&gt;FileIsHeader( dependent<br />                                              ^<br />./MakeDepend.cc:493:44: warning: suggest parentheses around ‘&amp;&amp;’ within ‘||’ [-Wparentheses]<br />            this-&gt;FileIsHeader( dependent ) &amp;&amp; this-&gt;FileIsSource( provider ) ) <br />                                            ^<br />./MakeDepend.cc: In member function ‘bool makefile_builder::FileIsHeader(const string&amp;) const’:<br />./MakeDepend.cc:1339:32: warning: suggest parentheses around ‘&amp;&amp;’ within ‘||’ [-Wparentheses]<br />   return ( filename.size() &gt; 2 &amp;&amp;<br />                                ^<br />g++  -W -Wall -Wno-unused -Wno-deprecated -ansi -pedantic -Wno-long-long -fno-nonansi-builtins -Wctor-dtor-privacy -Wsign-promo -Woverloaded-virtual -Wendif-labels  -O3  -ggdb3 -DMAKE_DATE='"Die Jul  3 11:27:04 CEST 2018  "' -DMAKE_OS_RELEASE='"4.4.0-128-generic"' -DMAKE_RELEASE='"3.0"' -DNEW_MAKEFILE -imacros system/BigFileDefines.h -pthread  -ftemplate-depth-30 -fno-strict-aliasing -mieee-fp -iquote . -ISpines   -fopenmp        -c ./aligns/KmerAlignCore.cc -o obj/aligns/KmerAlignCore.o<br />g++  -W -Wall -Wno-unused -Wno-deprecated -ansi -pedantic -Wno-long-long -fno-nonansi-builtins -Wctor-dtor-privacy -Wsign-promo -Woverloaded-virtual -Wendif-labels  -O3  -ggdb3 -DMAKE_DATE='"Die Jul  3 11:27:06 CEST 2018  "' -DMAKE_OS_RELEASE='"4.4.0-128-generic"' -DMAKE_RELEASE='"3.0"' -DNEW_MAKEFILE -imacros system/BigFileDefines.h -pthread  -ftemplate-depth-30 -fno-strict-aliasing -mieee-fp -iquote . -ISpines   -fopenmp        -c ./analysis/AACodons.cc -o obj/analysis/AACodons.o<br />g++  -W -Wall -Wno-unused -Wno-deprecated -ansi -pedantic -Wno-long-long -fno-nonansi-builtins -Wctor-dtor-privacy -Wsign-promo -Woverloaded-virtual -Wendif-labels  -O3  -ggdb3 -DMAKE_DATE='"Die Jul  3 11:27:09 CEST 2018  "' -DMAKE_OS_RELEASE='"4.4.0-128-generic"' -DMAKE_RELEASE='"3.0"' -DNEW_MAKEFILE -imacros system/BigFileDefines.h -pthread  -ftemplate-depth-30 -fno-strict-aliasing -mieee-fp -iquote . -ISpines   -fopenmp        -c ./analysis/BreakTransByPairs.cc -o obj/analysis/BreakTransByPairs.o<br />./analysis/BreakTransByPairs.cc: In function ‘int main(int, char**)’:<br />./analysis/BreakTransByPairs.cc:105:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]<br />   for (i=0; i &gt; DeBruijnGraph::get_candidate_weldmers(kmer_int_type_t, int)’:<br />./analysis/DeBruijnGraph.cc:473:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]<br />     for (int i = 0; i &lt; left_extensions.size(); i++) {<br />                       ^<br />./analysis/DeBruijnGraph.cc:476:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]<br />         for (int j = 0; j &lt; right_extensions.size(); j++) {<br />                           ^<br />./analysis/DeBruijnGraph.cc: In member function ‘void DeBruijnGraph::recursively_construct_kmer_extensions(kmer_int_type_t, std::vector&amp;, std::vector &gt;&amp;, char, std::map&amp;, int)’:<br />./analysis/DeBruijnGraph.cc:513:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]<br />     for (int i = 0; i &lt; adjacent_kmers.size(); i++) {<br />                       ^<br />./analysis/DeBruijnGraph.cc:527:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]<br />         if (kmer_extension_chars.size() == flank_extension_length) {<br />                                         ^<br />g++  -W -Wall -Wno-unused -Wno-deprecated -ansi -pedantic -Wno-long-long -fno-nonansi-builtins -Wctor-dtor-privacy -Wsign-promo -Woverloaded-virtual -Wendif-labels  -O3  -ggdb3 -DMAKE_DATE='"Die Jul  3 11:27:30 CEST 2018  "' -DMAKE_OS_RELEASE='"4.4.0-128-generic"' -DMAKE_RELEASE='"3.0"' -DNEW_MAKEFILE -imacros system/BigFileDefines.h -pthread  -ftemplate-depth-30 -fno-strict-aliasing -mieee-fp -iquote . -ISpines   -fopenmp        -c ./analysis/sequenceUtil.cc -o obj/analysis/sequenceUtil.o<br />./analysis/sequenceUtil.cc: In function ‘bool contains_non_gatc(std::__cxx11::string)’:<br />./analysis/sequenceUtil.cc:33:20: warning: array subscript has type ‘char’ [-Wchar-subscripts]<br />  if (_base_to_int[c] &gt; 3)<br />                    ^<br />./analysis/sequenceUtil.cc: In function ‘kmer_int_type_t kmer_to_intval(std::__cxx11::string)’:<br />./analysis/sequenceUtil.cc:264:26: warning: array subscript has type ‘char’ [-Wchar-subscripts]<br />  int val = _base_to_int[c];<br />                          ^<br />g++  -W -Wall -Wno-unused -Wno-deprecated -ansi -pedantic -Wno-long-long -fno-nonansi-builtins -Wctor-dtor-privacy -Wsign-promo -Woverloaded-virtual -Wendif-labels  -O3  -ggdb3 -DMAKE_DATE='"Die Jul  3 11:27:31 CEST 2018  "' -DMAKE_OS_RELEASE='"4.4.0-128-generic"' -DMAKE_RELEASE='"3.0"' -DNEW_MAKEFILE -imacros system/BigFileDefines.h -pthread  -ftemplate-depth-30 -fno-strict-aliasing -mieee-fp -iquote . -ISpines   -fopenmp        -c ./analysis/stacktrace.cc -o obj/analysis/stacktrace.o<br />/bin/rm -f lib_BubbleUpClustering_temp.a<br />ar -qc  lib_BubbleUpClustering_temp.a obj/aligns/KmerAlignCore.o obj/analysis/AACodons.o obj/analysis/BubbleUpClustering.o obj/analysis/DNAVector.o obj/analysis/DeBruijnGraph.o obj/analysis/KmerTable.o obj/analysis/NonRedKmerTable.o obj/analysis/sequenceUtil.o obj/analysis/stacktrace.o obj/base/ErrorHandling.o obj/base/FileParser.o obj/base/StringUtil.o obj/util/mutil.o<br />./checkLock ./BubbleUpClustering<br />g++ -ggdb3    -fopenmp  -o ./BubbleUpClustering  obj/analysis/BubbleUpClustering.o -L. -lm -pthread     -l_BubbleUpClustering_temp<br />/bin/rm lib_BubbleUpClustering_temp.a<br />g++  -W -Wall -Wno-unused -Wno-deprecated -ansi -pedantic -Wno-long-long -fno-nonansi-builtins -Wctor-dtor-privacy -Wsign-promo -Woverloaded-virtual -Wendif-labels  -O3  -ggdb3 -DMAKE_DATE='"Die Jul  3 11:27:32 CEST 2018  "' -DMAKE_OS_RELEASE='"4.4.0-128-generic"' -DMAKE_RELEASE='"3.0"' -DNEW_MAKEFILE -imacros system/BigFileDefines.h -pthread  -ftemplate-depth-30 -fno-strict-aliasing -mieee-fp -iquote . -ISpines   -fopenmp        -c ./analysis/Chrysalis.cc -o obj/analysis/Chrysalis.o<br />./analysis/Chrysalis.cc: In function ‘int main(int, char**)’:<br />./analysis/Chrysalis.cc:384:28: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Wunused-result]<br />     system(command.c_str());<br />                            ^<br />g++  -W -Wall -Wno-unused -Wno-deprecated -ansi -pedantic -Wno-long-long -fno-nonansi-builtins -Wctor-dtor-privacy -Wsign-promo -Woverloaded-virtual -Wendif-labels  -O3  -ggdb3 -DMAKE_DATE='"Die Jul  3 11:27:35 CEST 2018  "' -DMAKE_OS_RELEASE='"4.4.0-128-generic"' -DMAKE_RELEASE='"3.0"' -DNEW_MAKEFILE -imacros system/BigFileDefines.h -pthread  -ftemplate-depth-30 -fno-strict-aliasing -mieee-fp -iquote . -ISpines   -fopenmp        -c ./analysis/TranscriptomeGraph.cc -o obj/analysis/TranscriptomeGraph.o<br />./analysis/TranscriptomeGraph.cc: In function ‘int TranscriptomeGraph(vecDNAVector&amp;, FILE*, int, bool)’:<br />./analysis/TranscriptomeGraph.cc:668:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]<br />         for (i=0; i&lt;=d.isize()-k; i++) {<br />                    ^<br />/bin/rm -f lib_Chrysalis_temp.a<br />ar -qc  lib_Chrysalis_temp.a obj/aligns/KmerAlignCore.o obj/analysis/AACodons.o obj/analysis/Chrysalis.o obj/analysis/DNAVector.o obj/analysis/TranscriptomeGraph.o obj/base/ErrorHandling.o obj/base/FileParser.o obj/base/StringUtil.o obj/util/mutil.o<br />./checkLock ./Chrysalis<br />g++ -ggdb3    -fopenmp  -o ./Chrysalis  obj/analysis/Chrysalis.o -L. -lm -pthread     -l_Chrysalis_temp<br />/bin/rm lib_Chrysalis_temp.a<br />g++  -W -Wall -Wno-unused -Wno-deprecated -ansi -pedantic -Wno-long-long -fno-nonansi-builtins -Wctor-dtor-privacy -Wsign-promo -Woverloaded-virtual -Wendif-labels  -O3  -ggdb3 -DMAKE_DATE='"Die Jul  3 11:27:39 CEST 2018  "' -DMAKE_OS_RELEASE='"4.4.0-128-generic"' -DMAKE_RELEASE='"3.0"' -DNEW_MAKEFILE -imacros system/BigFileDefines.h -pthread  -ftemplate-depth-30 -fno-strict-aliasing -mieee-fp -iquote . -ISpines   -fopenmp        -c ./analysis/CreateIwormFastaBundle.cc -o obj/analysis/CreateIwormFastaBundle.o<br />/bin/rm -f lib_CreateIwormFastaBundle_temp.a<br />ar -qc  lib_CreateIwormFastaBundle_temp.a obj/analysis/AACodons.o obj/analysis/CreateIwormFastaBundle.o obj/analysis/DNAVector.o obj/base/ErrorHandling.o obj/base/FileParser.o obj/base/StringUtil.o obj/util/mutil.o<br />./checkLock ./CreateIwormFastaBundle<br />g++ -ggdb3    -fopenmp  -o ./CreateIwormFastaBundle  obj/analysis/CreateIwormFastaBundle.o -L. -lm -pthread     -l_CreateIwormFastaBundle_temp<br />/bin/rm lib_CreateIwormFastaBundle_temp.a<br />g++  -W -Wall -Wno-unused -Wno-deprecated -ansi -pedantic -Wno-long-long -fno-nonansi-builtins -Wctor-dtor-privacy -Wsign-promo -Woverloaded-virtual -Wendif-labels  -O3  -ggdb3 -DMAKE_DATE='"Die Jul  3 11:27:42 CEST 2018  "' -DMAKE_OS_RELEASE='"4.4.0-128-generic"' -DMAKE_RELEASE='"3.0"' -DNEW_MAKEFILE -imacros system/BigFileDefines.h -pthread  -ftemplate-depth-30 -fno-strict-aliasing -mieee-fp -iquote . -ISpines   -fopenmp        -c ./analysis/GraphFromFasta.cc -o obj/analysis/GraphFromFasta.o<br />./analysis/GraphFromFasta.cc: In function ‘bool SimpleHalves(const DNAVector&amp;)’:<br />./analysis/GraphFromFasta.cc:255:15: warning: suggest parentheses around ‘&amp;&amp;’ within ‘||’ [-Wparentheses]<br />               &amp;&amp; <br />               ^<br />./analysis/GraphFromFasta.cc: In function ‘void report_iworm_graph(std::map&lt;int, Pool&gt;&amp;, std::map&amp;)’:<br />./analysis/GraphFromFasta.cc:631:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]<br />             for (int j = 0; j &lt; adjacent_nodes.size(); j++) {<br />                               ^<br />./analysis/GraphFromFasta.cc: In function ‘int main(int, char**)’:<br />./analysis/GraphFromFasta.cc:1164:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]<br />         for (i=0; i bubble_up_cluster_growth(std::map&amp;, std::map&amp;)’:<br />./GraphFromFasta_MPI.cc:706:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]<br />     for (int i = 0; i &lt; pool_vec.size(); i++) {<br />                       ^<br />./GraphFromFasta_MPI.cc:727:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]<br />         for (int i = 0; i &lt; pool_vec.size(); i++) {<br />                           ^<br />./GraphFromFasta_MPI.cc:834:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]<br />     for (int i = 0; i &lt; pool_vec.size(); i++) {<br />                       ^<br />./GraphFromFasta_MPI.cc: In function ‘void add_unclustered_iworm_contigs(svec&amp;, vecDNAVector&amp;)’:<br />./GraphFromFasta_MPI.cc:1144:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]<br />         for (size_t i = 0; i &lt; p.size(); i++) {<br />                              ^<br />./GraphFromFasta_MPI.cc: In function ‘int main(int, char**)’:<br />./GraphFromFasta_MPI.cc:1453:60: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]<br />             if (iworm_counter % 1000 == 0 || iworm_counter == dna.size()-1) {<br />                                                            ^<br />./GraphFromFasta_MPI.cc:1458:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]<br />             for (j=0; j&lt;=d.isize()-k; j++) {<br />                        ^<br />./GraphFromFasta_MPI.cc:1479:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]<br />                     if (c == i)<br />                           ^<br />./GraphFromFasta_MPI.cc:1503:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]<br />                     if (c == i)<br />                           ^<br />./GraphFromFasta_MPI.cc:2235:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]<br />             for (j=0; j&lt;=d.isize()-k; j++) {<br />                        ^<br />./GraphFromFasta_MPI.cc:2264:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]<br />                     if (c == i) {<br />                           ^<br />./GraphFromFasta_MPI.cc:2359:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]<br />                     if (c == i) {<br />                           ^<br />./GraphFromFasta_MPI.cc:2475:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]<br />     for (i=0; i&lt;clustered_pools.isize(); i++) {<br />                ^<br />./GraphFromFasta_MPI.cc:2483:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]<br />         for (size_t j = 0; j &lt; p.size(); j++) {<br />                              ^<br />./GraphFromFasta_MPI.cc:2496:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]<br />         for (size_t j = 0; j &lt; p.size(); j++) {<br />                              ^<br />/bin/rm -f lib_GraphFromFasta_MPI_temp.a<br />ar -qc  lib_GraphFromFasta_MPI_temp.a obj/GraphFromFasta_MPI.o obj/aligns/KmerAlignCore.o obj/analysis/AACodons.o obj/analysis/DNAVector.o obj/analysis/DeBruijnGraph.o obj/analysis/KmerTable.o obj/analysis/NonRedKmerTable.o obj/analysis/sequenceUtil.o obj/analysis/stacktrace.o obj/base/ErrorHandling.o obj/base/FileParser.o obj/base/StringUtil.o obj/util/mutil.o<br />./checkLock ./GraphFromFasta_MPI<br />g++ -ggdb3    -fopenmp  -o ./GraphFromFasta_MPI  obj/GraphFromFasta_MPI.o -L. -lm -pthread     -l_GraphFromFasta_MPI_temp<br />/bin/rm lib_GraphFromFasta_MPI_temp.a<br />g++  -W -Wall -Wno-unused -Wno-deprecated -ansi -pedantic -Wno-long-long -fno-nonansi-builtins -Wctor-dtor-privacy -Wsign-promo -Woverloaded-virtual -Wendif-labels  -O3  -ggdb3 -DMAKE_DATE='"Die Jul  3 11:27:53 CEST 2018  "' -DMAKE_OS_RELEASE='"4.4.0-128-generic"' -DMAKE_RELEASE='"3.0"' -DNEW_MAKEFILE -imacros system/BigFileDefines.h -pthread  -ftemplate-depth-30 -fno-strict-aliasing -mieee-fp -iquote . -ISpines   -fopenmp        -c ./analysis/IsoformAugment.cc -o obj/analysis/IsoformAugment.o<br />./analysis/IsoformAugment.cc: In function ‘int main(int, char**)’:<br />./analysis/IsoformAugment.cc:87:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]<br />     for (j=0; j&lt;matchesLeft.isize(); j++) {<br />                ^<br />./analysis/IsoformAugment.cc:122:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]<br />     for (j=0; j&lt;matches.isize(); j++) {<br />                ^<br />/bin/rm -f lib_IsoformAugment_temp.a<br />ar -qc  lib_IsoformAugment_temp.a obj/aligns/KmerAlignCore.o obj/analysis/AACodons.o obj/analysis/DNAVector.o obj/analysis/IsoformAugment.o obj/base/ErrorHandling.o obj/base/FileParser.o obj/base/StringUtil.o obj/util/mutil.o<br />./checkLock ./IsoformAugment<br />g++ -ggdb3    -fopenmp  -o ./IsoformAugment  obj/analysis/IsoformAugment.o -L. -lm -pthread     -l_IsoformAugment_temp<br />/bin/rm lib_IsoformAugment_temp.a<br />g++  -W -Wall -Wno-unused -Wno-deprecated -ansi -pedantic -Wno-long-long -fno-nonansi-builtins -Wctor-dtor-privacy -Wsign-promo -Woverloaded-virtual -Wendif-labels  -O3  -ggdb3 -DMAKE_DATE='"Die Jul  3 11:27:56 CEST 2018  "' -DMAKE_OS_RELEASE='"4.4.0-128-generic"' -DMAKE_RELEASE='"3.0"' -DNEW_MAKEFILE -imacros system/BigFileDefines.h -pthread  -ftemplate-depth-30 -fno-strict-aliasing -mieee-fp -iquote . -ISpines   -fopenmp        -c ./analysis/JoinTransByPairs.cc -o obj/analysis/JoinTransByPairs.o<br />./analysis/JoinTransByPairs.cc: In function ‘int main(int, char**)’:<br />./analysis/JoinTransByPairs.cc:293:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]<br />   for (i=0; i&lt;dna.size(); i++) {<br />              ^<br />./analysis/JoinTransByPairs.cc:341:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]<br />   for (i=0; i&lt;dna.size(); i++) {<br />              ^<br />/bin/rm -f lib_JoinTransByPairs_temp.a<br />ar -qc  lib_JoinTransByPairs_temp.a obj/aligns/KmerAlignCore.o obj/analysis/AACodons.o obj/analysis/DNAVector.o obj/analysis/JoinTransByPairs.o obj/analysis/KmerTable.o obj/analysis/NonRedKmerTable.o obj/base/ErrorHandling.o obj/base/FileParser.o obj/base/StringUtil.o obj/util/mutil.o<br />./checkLock ./JoinTransByPairs<br />g++ -ggdb3    -fopenmp  -o ./JoinTransByPairs  obj/analysis/JoinTransByPairs.o -L. -lm -pthread     -l_JoinTransByPairs_temp<br />/bin/rm lib_JoinTransByPairs_temp.a<br />g++  -W -Wall -Wno-unused -Wno-deprecated -ansi -pedantic -Wno-long-long -fno-nonansi-builtins -Wctor-dtor-privacy -Wsign-promo -Woverloaded-virtual -Wendif-labels  -O3  -ggdb3 -DMAKE_DATE='"Die Jul  3 11:28:00 CEST 2018  "' -DMAKE_OS_RELEASE='"4.4.0-128-generic"' -DMAKE_RELEASE='"3.0"' -DNEW_MAKEFILE -imacros system/BigFileDefines.h -pthread  -ftemplate-depth-30 -fno-strict-aliasing -mieee-fp -iquote . -ISpines   -fopenmp        -c ./analysis/QuantifyGraph.cc -o obj/analysis/QuantifyGraph.o<br />/bin/rm -f lib_QuantifyGraph_temp.a<br />ar -qc  lib_QuantifyGraph_temp.a obj/aligns/KmerAlignCore.o obj/analysis/AACodons.o obj/analysis/DNAVector.o obj/analysis/KmerTable.o obj/analysis/NonRedKmerTable.o obj/analysis/QuantifyGraph.o obj/base/ErrorHandling.o obj/base/FileParser.o obj/base/StringUtil.o obj/util/mutil.o<br />./checkLock ./QuantifyGraph<br />g++ -ggdb3    -fopenmp  -o ./QuantifyGraph  obj/analysis/QuantifyGraph.o -L. -lm -pthread     -l_QuantifyGraph_temp<br />/bin/rm lib_QuantifyGraph_temp.a<br />g++  -W -Wall -Wno-unused -Wno-deprecated -ansi -pedantic -Wno-long-long -fno-nonansi-builtins -Wctor-dtor-privacy -Wsign-promo -Woverloaded-virtual -Wendif-labels  -O3  -ggdb3 -DMAKE_DATE='"Die Jul  3 11:28:03 CEST 2018  "' -DMAKE_OS_RELEASE='"4.4.0-128-generic"' -DMAKE_RELEASE='"3.0"' -DNEW_MAKEFILE -imacros system/BigFileDefines.h -pthread  -ftemplate-depth-30 -fno-strict-aliasing -mieee-fp -iquote . -ISpines   -fopenmp        -c ./analysis/ReadsToTranscripts.cc -o obj/analysis/ReadsToTranscripts.o<br />/bin/rm -f lib_ReadsToTranscripts_temp.a<br />ar -qc  lib_ReadsToTranscripts_temp.a obj/analysis/AACodons.o obj/analysis/DNAVector.o obj/analysis/NonRedKmerTable.o obj/analysis/ReadsToTranscripts.o obj/base/ErrorHandling.o obj/base/FileParser.o obj/base/StringUtil.o obj/util/mutil.o<br />./checkLock ./ReadsToTranscripts<br />g++ -ggdb3    -fopenmp  -o ./ReadsToTranscripts  obj/analysis/ReadsToTranscripts.o -L. -lm -pthread     -l_ReadsToTranscripts_temp<br />/bin/rm lib_ReadsToTranscripts_temp.a<br />g++  -W -Wall -Wno-unused -Wno-deprecated -ansi -pedantic -Wno-long-long -fno-nonansi-builtins -Wctor-dtor-privacy -Wsign-promo -Woverloaded-virtual -Wendif-labels  -O3  -ggdb3 -DMAKE_DATE='"Die Jul  3 11:28:09 CEST 2018  "' -DMAKE_OS_RELEASE='"4.4.0-128-generic"' -DMAKE_RELEASE='"3.0"' -DNEW_MAKEFILE -imacros system/BigFileDefines.h -pthread  -ftemplate-depth-30 -fno-strict-aliasing -mieee-fp -iquote . -ISpines   -fopenmp        -c ./ReadsToTranscripts_MPI.cc -o obj/ReadsToTranscripts_MPI.o<br />/bin/rm -f lib_ReadsToTranscripts_MPI_temp.a<br />ar -qc  lib_ReadsToTranscripts_MPI_temp.a obj/ReadsToTranscripts_MPI.o obj/analysis/AACodons.o obj/analysis/DNAVector.o obj/analysis/NonRedKmerTable.o obj/base/ErrorHandling.o obj/base/FileParser.o obj/base/StringUtil.o obj/util/mutil.o<br />./checkLock ./ReadsToTranscripts_MPI<br />g++ -ggdb3    -fopenmp  -o ./ReadsToTranscripts_MPI  obj/ReadsToTranscripts_MPI.o -L. -lm -pthread     -l_ReadsToTranscripts_MPI_temp<br />/bin/rm lib_ReadsToTranscripts_MPI_temp.a<br />g++  -W -Wall -Wno-unused -Wno-deprecated -ansi -pedantic -Wno-long-long -fno-nonansi-builtins -Wctor-dtor-privacy -Wsign-promo -Woverloaded-virtual -Wendif-labels  -O3  -ggdb3 -DMAKE_DATE='"Die Jul  3 11:28:14 CEST 2018  "' -DMAKE_OS_RELEASE='"4.4.0-128-generic"' -DMAKE_RELEASE='"3.0"' -DNEW_MAKEFILE -imacros system/BigFileDefines.h -pthread  -ftemplate-depth-30 -fno-strict-aliasing -mieee-fp -iquote . -ISpines   -fopenmp        -c ./ReadsToTranscripts_MPI_chang.cc -o obj/ReadsToTranscripts_MPI_chang.o<br />/bin/rm -f lib_ReadsToTranscripts_MPI_chang_temp.a<br />ar -qc  lib_ReadsToTranscripts_MPI_chang_temp.a obj/ReadsToTranscripts_MPI_chang.o obj/analysis/AACodons.o obj/analysis/DNAVector.o obj/analysis/NonRedKmerTable.o obj/base/ErrorHandling.o obj/base/FileParser.o obj/base/StringUtil.o obj/util/mutil.o<br />./checkLock ./ReadsToTranscripts_MPI_chang<br />g++ -ggdb3    -fopenmp  -o ./ReadsToTranscripts_MPI_chang  obj/ReadsToTranscripts_MPI_chang.o -L. -lm -pthread     -l_ReadsToTranscripts_MPI_chang_temp<br />/bin/rm lib_ReadsToTranscripts_MPI_chang_temp.a<br />g++  -W -Wall -Wno-unused -Wno-deprecated -ansi -pedantic -Wno-long-long -fno-nonansi-builtins -Wctor-dtor-privacy -Wsign-promo -Woverloaded-virtual -Wendif-labels  -O3  -ggdb3 -DMAKE_DATE='"Die Jul  3 11:28:18 CEST 2018  "' -DMAKE_OS_RELEASE='"4.4.0-128-generic"' -DMAKE_RELEASE='"3.0"' -DNEW_MAKEFILE -imacros system/BigFileDefines.h -pthread  -ftemplate-depth-30 -fno-strict-aliasing -mieee-fp -iquote . -ISpines   -fopenmp        -c ./analysis/RunButterfly.cc -o obj/analysis/RunButterfly.o<br />./analysis/RunButterfly.cc: In member function ‘void JobControl::ClearFiles()’:<br />./analysis/RunButterfly.cc:107:25: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Wunused-result]<br />       system(rm.c_str());<br />                         ^<br />./analysis/RunButterfly.cc: In member function ‘void JobControl::Submit()’:<br />./analysis/RunButterfly.cc:77:27: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Wunused-result]<br />    system(theCmmd.c_str());<br />                           ^<br />./analysis/RunButterfly.cc:85:27: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Wunused-result]<br />    system(theCmmd.c_str());   <br />                           ^<br />/bin/rm -f lib_RunButterfly_temp.a<br />ar -qc  lib_RunButterfly_temp.a obj/analysis/RunButterfly.o obj/base/ErrorHandling.o obj/base/FileParser.o obj/base/StringUtil.o obj/util/mutil.o<br />./checkLock ./RunButterfly<br />g++ -ggdb3    -fopenmp  -o ./RunButterfly  obj/analysis/RunButterfly.o -L. -lm -pthread     -l_RunButterfly_temp<br />/bin/rm lib_RunButterfly_temp.a<br />g++  -W -Wall -Wno-unused -Wno-deprecated -ansi -pedantic -Wno-long-long -fno-nonansi-builtins -Wctor-dtor-privacy -Wsign-promo -Woverloaded-virtual -Wendif-labels  -O3  -ggdb3 -DMAKE_DATE='"Die Jul  3 11:28:23 CEST 2018  "' -DMAKE_OS_RELEASE='"4.4.0-128-generic"' -DMAKE_RELEASE='"3.0"' -DNEW_MAKEFILE -imacros system/BigFileDefines.h -pthread  -ftemplate-depth-30 -fno-strict-aliasing -mieee-fp -iquote . -ISpines   -fopenmp        -c ./analysis/TranscriptomeFromVaryK.cc -o obj/analysis/TranscriptomeFromVaryK.o<br />./analysis/TranscriptomeFromVaryK.cc: In function ‘int main(int, char**)’:<br />./analysis/TranscriptomeFromVaryK.cc:216:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]<br />     for (j=0; j&lt;=d.lsize()-k; j++) {<br />                ^<br />./analysis/TranscriptomeFromVaryK.cc:218:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]<br />       for (int x=j; x&lt;j+k; x++) {<br />                      ^<br />/bin/rm -f lib_TranscriptomeFromVaryK_temp.a<br />ar -qc  lib_TranscriptomeFromVaryK_temp.a obj/aligns/KmerAlignCore.o obj/analysis/AACodons.o obj/analysis/DNAVector.o obj/analysis/KmerTable.o obj/analysis/NonRedKmerTable.o obj/analysis/TranscriptomeFromVaryK.o obj/base/ErrorHandling.o obj/base/FileParser.o obj/base/StringUtil.o obj/util/mutil.o<br />./checkLock ./TranscriptomeFromVaryK<br />g++ -ggdb3    -fopenmp  -o ./TranscriptomeFromVaryK  obj/analysis/TranscriptomeFromVaryK.o -L. -lm -pthread     -l_TranscriptomeFromVaryK_temp<br />/bin/rm lib_TranscriptomeFromVaryK_temp.a<br />make[1]: Leaving directory '/home/urbe/Tools/trinityrnaseq-Trinity-v2.6.6/Chrysalis'<br />cd trinity-plugins &amp;&amp; make trinity_essentials<br />make[1]: Entering directory '/home/urbe/Tools/trinityrnaseq-Trinity-v2.6.6/trinity-plugins'<br />tar xvf seqtk-trinity.v0.0.2.tar.gz<br />seqtk-trinity-0.0.2/<br />seqtk-trinity-0.0.2/.gitignore<br />seqtk-trinity-0.0.2/LICENSE<br />seqtk-trinity-0.0.2/Makefile<br />seqtk-trinity-0.0.2/README.md<br />seqtk-trinity-0.0.2/khash.h<br />seqtk-trinity-0.0.2/kseq.h<br />seqtk-trinity-0.0.2/seqtk.c<br />seqtk-trinity-0.0.2/testing/<br />seqtk-trinity-0.0.2/testing/newformat_1.fq<br />seqtk-trinity-0.0.2/testing/newformat_2.fq<br />seqtk-trinity-0.0.2/testing/oldformat_1.fq<br />seqtk-trinity-0.0.2/testing/oldformat_2.fq<br />cd seqtk-trinity-0.0.2 &amp;&amp; make<br />make[2]: Entering directory '/home/urbe/Tools/trinityrnaseq-Trinity-v2.6.6/trinity-plugins/seqtk-trinity-0.0.2'<br />gcc -g -Wall -O2 -Wno-unused-function seqtk.c -o seqtk-trinity -lz -lm<br />seqtk.c: In function ‘stk_comp’:<br />seqtk.c:444:16: warning: variable ‘lc’ set but not used [-Wunused-but-set-variable]<br />    int la, lb, lc, na, nb, nc, cnt[11];<br />                ^<br />make[2]: Leaving directory '/home/urbe/Tools/trinityrnaseq-Trinity-v2.6.6/trinity-plugins/seqtk-trinity-0.0.2'<br />mv seqtk-trinity-0.0.2/seqtk-trinity ./BIN/.<br />tar -zxvf "ParaFly-0.1.0".tar.gz &amp;&amp; \<br />cd "ParaFly-0.1.0" &amp;&amp; sh ./configure --prefix=`pwd` &amp;&amp; make install &amp;&amp; \<br />cp bin/ParaFly ../BIN/<br />ParaFly-0.1.0/<br />ParaFly-0.1.0/LICENSE<br />ParaFly-0.1.0/Makefile<br />ParaFly-0.1.0/Makefile.am<br />ParaFly-0.1.0/Makefile.in<br />ParaFly-0.1.0/README.md<br />ParaFly-0.1.0/aclocal.m4<br />ParaFly-0.1.0/bin/<br />ParaFly-0.1.0/bin/ParaFly<br />ParaFly-0.1.0/config.h<br />ParaFly-0.1.0/config.h.in<br />ParaFly-0.1.0/config.log<br />ParaFly-0.1.0/config.status<br />ParaFly-0.1.0/configure<br />ParaFly-0.1.0/configure.ac<br />ParaFly-0.1.0/depcomp<br />ParaFly-0.1.0/install-sh<br />ParaFly-0.1.0/missing<br />ParaFly-0.1.0/src/<br />ParaFly-0.1.0/src/.deps/<br />ParaFly-0.1.0/src/.deps/ParaFly.Po<br />ParaFly-0.1.0/src/.deps/argProcessor.Po<br />ParaFly-0.1.0/src/Makefile<br />ParaFly-0.1.0/src/Makefile.am<br />ParaFly-0.1.0/src/Makefile.in<br />ParaFly-0.1.0/src/ParaFly.cpp<br />ParaFly-0.1.0/src/argProcessor.cpp<br />ParaFly-0.1.0/src/argProcessor.hpp<br />ParaFly-0.1.0/stamp-h1<br />ParaFly-0.1.0/test/<br />ParaFly-0.1.0/test/Makefile<br />ParaFly-0.1.0/test/cmds.txt<br />ParaFly-0.1.0/test/rand_exit.pl<br />checking for a BSD-compatible install... /usr/bin/install -c<br />checking whether build environment is sane... yes<br />checking for a thread-safe mkdir -p... /bin/mkdir -p<br />checking for gawk... gawk<br />checking whether make sets $(MAKE)... yes<br />checking for g++... g++<br />checking for C++ compiler default output file name... a.out<br />checking whether the C++ compiler works... yes<br />checking whether we are cross compiling... no<br />checking for suffix of executables... <br />checking for suffix of object files... o<br />checking whether we are using the GNU C++ compiler... yes<br />checking whether g++ accepts -g... yes<br />checking for style of include used by make... GNU<br />checking dependency style of g++... gcc3<br />checking for library containing cos... none required<br />configure: creating ./config.status<br />config.status: creating Makefile<br />config.status: creating src/Makefile<br />config.status: creating config.h<br />config.status: config.h is unchanged<br />config.status: executing depfiles commands<br />make[2]: Entering directory '/home/urbe/Tools/trinityrnaseq-Trinity-v2.6.6/trinity-plugins/ParaFly-0.1.0'<br />Making install in src<br />make[3]: Entering directory '/home/urbe/Tools/trinityrnaseq-Trinity-v2.6.6/trinity-plugins/ParaFly-0.1.0/src'<br />g++ -DHAVE_CONFIG_H -I. -I..    -pedantic -fopenmp -Wall -Wextra -Wno-long-long -Wno-deprecated -m64 -g -O2 -MT ParaFly.o -MD -MP -MF .deps/ParaFly.Tpo -c -o ParaFly.o ParaFly.cpp<br />mv -f .deps/ParaFly.Tpo .deps/ParaFly.Po<br />g++ -DHAVE_CONFIG_H -I. -I..    -pedantic -fopenmp -Wall -Wextra -Wno-long-long -Wno-deprecated -m64 -g -O2 -MT argProcessor.o -MD -MP -MF .deps/argProcessor.Tpo -c -o argProcessor.o argProcessor.cpp<br />mv -f .deps/argProcessor.Tpo .deps/argProcessor.Po<br />g++ -pedantic -fopenmp -Wall -Wextra -Wno-long-long -Wno-deprecated -m64 -g -O2   -o ParaFly ParaFly.o argProcessor.o  <br />make[4]: Entering directory '/home/urbe/Tools/trinityrnaseq-Trinity-v2.6.6/trinity-plugins/ParaFly-0.1.0/src'<br />test -z "/home/urbe/Tools/trinityrnaseq-Trinity-v2.6.6/trinity-plugins/ParaFly-0.1.0/bin" || /bin/mkdir -p "/home/urbe/Tools/trinityrnaseq-Trinity-v2.6.6/trinity-plugins/ParaFly-0.1.0/bin"<br />  /usr/bin/install -c ParaFly '/home/urbe/Tools/trinityrnaseq-Trinity-v2.6.6/trinity-plugins/ParaFly-0.1.0/bin'<br />make[4]: Nothing to be done for 'install-data-am'.<br />make[4]: Leaving directory '/home/urbe/Tools/trinityrnaseq-Trinity-v2.6.6/trinity-plugins/ParaFly-0.1.0/src'<br />make[3]: Leaving directory '/home/urbe/Tools/trinityrnaseq-Trinity-v2.6.6/trinity-plugins/ParaFly-0.1.0/src'<br />make[3]: Entering directory '/home/urbe/Tools/trinityrnaseq-Trinity-v2.6.6/trinity-plugins/ParaFly-0.1.0'<br />make[4]: Entering directory '/home/urbe/Tools/trinityrnaseq-Trinity-v2.6.6/trinity-plugins/ParaFly-0.1.0'<br />make[4]: Nothing to be done for 'install-exec-am'.<br />make[4]: Nothing to be done for 'install-data-am'.<br />make[4]: Leaving directory '/home/urbe/Tools/trinityrnaseq-Trinity-v2.6.6/trinity-plugins/ParaFly-0.1.0'<br />make[3]: Leaving directory '/home/urbe/Tools/trinityrnaseq-Trinity-v2.6.6/trinity-plugins/ParaFly-0.1.0'<br />make[2]: Leaving directory '/home/urbe/Tools/trinityrnaseq-Trinity-v2.6.6/trinity-plugins/ParaFly-0.1.0'<br />ln -sf Trimmomatic-0.36 Trimmomatic<br />make[1]: Leaving directory '/home/urbe/Tools/trinityrnaseq-Trinity-v2.6.6/trinity-plugins'<br />sh ./util/support_scripts/trinity_install_tests.sh<br />~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>

<p>Performing Unit Tests of Build<br /> <br />~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br />Inchworm:                has been Installed Properly<br />Chrysalis:               has been Installed Properly<br />QuantifyGraph:           has been Installed Properly<br />GraphFromFasta:          has been Installed Properly<br />ReadsToTranscripts:      has been Installed Properly<br />parafly:                 has been Installed Properly<br />➜  trinityrnaseq-Trinity-v2.6.6 git:(master) ✗<br />➜  trinityrnaseq-Trinity-v2.6.6 git:(master) ✗ ./Trinity</p>

<p>###############################################################################<br />#</p>

<p>     ______  ____   ____  ____   ____  ______  __ __<br />    |      ||    \ |    ||    \ |    ||      ||  |  |<br />    |      ||  D  ) |  | |  _  | |  | |      ||  |  |<br />    |_|  |_||    /  |  | |  |  | |  | |_|  |_||  ~  |<br />      |  |  |    \  |  | |  |  | |  |   |  |  |___, |<br />      |  |  |  .  \ |  | |  |  | |  |   |  |  |     |<br />      |__|  |__|\_||____||__|__||____|  |__|  |____/</p>

<p>#<br />#<br /># Required:<br />#<br />#  --seqType &lt;string&gt;      :type of reads: ('fa' or 'fq')<br />#<br />#  --max_memory       :suggested max memory to use by Trinity where limiting can be enabled. (jellyfish, sorting, etc)<br />#                            provided in Gb of RAM, ie.  '--max_memory 10G'<br />#<br />#  If paired reads:<br />#      --left      :left reads, one or more file names (separated by commas, no spaces)<br />#      --right     :right reads, one or more file names (separated by commas, no spaces)<br />#<br />#  Or, if unpaired reads:<br />#      --single    :single reads, one or more file names, comma-delimited (note, if single file contains pairs, can use flag: --run_as_paired )<br />#<br />#  Or,<br />#      --samples_file          tab-delimited text file indicating biological replicate relationships.<br />#                                   ex.<br />#                                        cond_A    cond_A_rep1    A_rep1_left.fq    A_rep1_right.fq<br />#                                        cond_A    cond_A_rep2    A_rep2_left.fq    A_rep2_right.fq<br />#                                        cond_B    cond_B_rep1    B_rep1_left.fq    B_rep1_right.fq<br />#                                        cond_B    cond_B_rep2    B_rep2_left.fq    B_rep2_right.fq<br />#<br />#                      # if single-end instead of paired-end, then leave the 4th column above empty.<br />#<br />####################################<br />##  Misc:  #########################<br />#<br />#  --SS_lib_type           :Strand-specific RNA-Seq read orientation.<br />#                                   if paired: RF or FR,<br />#                                   if single: F or R.   (dUTP method = RF)<br />#                                   See web documentation.<br />#<br />#  --CPU                      :number of CPUs to use, default: 2<br />#  --min_contig_length        :minimum assembled contig length to report<br />#                                   (def=200)<br />#<br />#  --long_reads            :fasta file containing error-corrected or circular consensus (CCS) pac bio reads<br />#                                   (** note: experimental parameter **, this functionality continues to be under development)<br />#<br />#  --genome_guided_bam     :genome guided mode, provide path to coordinate-sorted bam file.<br />#                                   (see genome-guided param section under --show_full_usage_info)<br />#<br />#  --jaccard_clip                  :option, set if you have paired reads and<br />#                                   you expect high gene density with UTR<br />#                                   overlap (use FASTQ input file format<br />#                                   for reads).<br />#                                   (note: jaccard_clip is an expensive<br />#                                   operation, so avoid using it unless<br />#                                   necessary due to finding excessive fusion<br />#                                   transcripts w/o it.)<br />#<br />#  --trimmomatic                   :run Trimmomatic to quality trim reads<br />#                                        see '--quality_trimming_params' under full usage info for tailored settings.<br />#                                  <br />#<br />#  --no_normalize_reads            :Do *not* run in silico normalization of reads. Defaults to max. read coverage of 50.<br />#                                       see '--normalize_max_read_cov' under full usage info for tailored settings.<br />#                                       (note, as of Sept 21, 2016, normalization is on by default)<br />#     <br />#  --no_distributed_trinity_exec   :do not run Trinity phase 2 (assembly of partitioned reads), and stop after generating command list.<br />#<br />#<br />#  --output                :name of directory for output (will be<br />#                                   created if it doesn't already exist)<br />#                                   default( your current working directory: "/home/urbe/Tools/trinityrnaseq-Trinity-v2.6.6/trinity_out_dir" <br />#                                    note: must include 'trinity' in the name as a safety precaution! )<br />#             <br />#  --workdir               :where Trinity phase-2 assembly computation takes place (defaults to --output setting).<br />#                                  (can set this to a node-local drive or RAM disk)     <br />#  <br />#  --full_cleanup                  :only retain the Trinity fasta file, rename as ${output_dir}.Trinity.fasta<br />#<br />#  --cite                          :show the Trinity literature citation<br />#<br />#  --verbose                       :provide additional job status info during the run.<br />#<br />#  --version                       :reports Trinity version (Trinity-v2.6.6) and exits.<br />#<br />#  --show_full_usage_info          :show the many many more options available for running Trinity (expert usage).<br />#<br />#<br />###############################################################################<br />#<br />#  *Note, a typical Trinity command might be:<br />#<br />#        Trinity --seqType fq --max_memory 50G --left reads_1.fq  --right reads_2.fq --CPU 6<br />#<br />#<br />#    and for Genome-guided Trinity:<br />#<br />#        Trinity --genome_guided_bam rnaseq_alignments.csorted.bam --max_memory 50G<br />#                --genome_guided_max_intron 10000 --CPU 6<br />#<br />#     see: /home/urbe/Tools/trinityrnaseq-Trinity-v2.6.6/sample_data/test_Trinity_Assembly/<br />#          for sample data and 'runMe.sh' for example Trinity execution<br />#<br />#     For more details, visit: http://trinityrnaseq.github.io<br />#<br />###############################################################################</p>
]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/opportunity/view/22891/17-marie-curie-phd-position-available-immediately</guid>
  <pubDate>Tue, 23 Jun 2015 06:52:06 -0500</pubDate>
  <link></link>
  <title><![CDATA[17 Marie Curie PhD position available immediately]]></title>
  <description><![CDATA[
<p>Kindly look into following webpage:<br />http://medhealth.leeds.ac.uk/info/1450/scholarships/1795/marie_curie_phd_training_network</p>

<p>The closing date for application will be 26 June 2015.</p>
]]></description>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/blog/view/42329/10-ngs-services-companies-around-the-globe</guid>
	<pubDate>Sun, 22 Nov 2020 23:56:17 -0600</pubDate>
	<link>https://bioinformaticsonline.com/blog/view/42329/10-ngs-services-companies-around-the-globe</link>
	<title><![CDATA[10 NGS services companies around the globe !]]></title>
	<description><![CDATA[<p><strong>The global&nbsp;NGS services market&nbsp;is expected to reach USD 13.1 billion by 2025.&nbsp;</strong>Here are the&nbsp;<strong style="font-size: 12.8px;">top 10 NGS services companies to look for &ndash;</strong></p><p><strong>1.&nbsp;<a href="https://www.illumina.com/">Illumina, Inc. (U.S.)</a></strong></p><p>Illumina, Inc. was founded in 1998 and is headquartered at San Diego, U.S. Illumina, Inc. is one of the leading players in DNA sequencing and array-based technologies, serving customers in the research, clinical, and applied markets. The company offers products for applications in the life sciences, oncology, reproductive health, agriculture, and other emerging segments. The company serves government laboratories, genomic research centers, academics institutions as well as pharmaceutical, biotechnology, agrigenomics, commercial molecular diagnostics laboratories and consumer genomics companies. Illumina, Inc. has its geographic presence in North America, Europe, Latin America, Asia-pacific, and others.</p><p><strong>2.&nbsp;<a href="https://www.qiagen.com/us/">QIAGEN N.V. (Netherlands)</a></strong></p><p>QIAGEN N.V. was incorporated in 1986 and is headquartered at Venlo, The Netherlands. The Company is engaged in providing Sample to Insight solutions that transform biological samples into molecular insights. QIAGEN provides its workflow to customers in molecular diagnostics, assay technologies, bioservices and automation systems.&nbsp; The company&rsquo;s genome services are suitable for custom/tailored projects that allow access to genomic sequence information.&nbsp; The Company market its products in more than 100 countries across the Americas, Europe, Asia, Australia, and the Middle-East &amp;Africa through its subsidiaries and channel partners.</p><p><strong>3.&nbsp;<a href="https://www.perkinelmer.com/">PerkinElmer, Inc. (U.S.)</a></strong></p><p>PerkinElmer, Inc. was founded in 1947 and is headquartered in Waltham, Massachusetts, the U.S. PerkinElmer, Inc. offers its products &amp; services and solutions for the diagnostics, food, environmental, industrial, life sciences research and laboratory services markets. The company offer comprehensive genetic testing solutions that help to provide insight into the complex nature of rare and inherited diseases. Some of the subsidiaries of the company are Caliper Life Sciences, Improvision, Viacell Inc., ViaCord LLC, among many others. The company has its facilities located in Europe (France, Germany, and Belgium), U.S. and Asia (China, India, and Japan).</p><p><strong>4.&nbsp;<a href="https://www.eurofins.com/">Eurofins Scientific SE (Luxembourg)</a></strong></p><p>Eurofins Scientific SE was founded in 1987 and is headquartered in Luxembourg, Europe. The company offers a portfolio of over 130,000 analytical methods and more than 150 million assays performed each year to establish the safety, identity, composition, authenticity, origin, traceability, and purity of biological substances and products, as well as carry out human diagnostic services. The company has its geographic presence across 39 countries in Europe, North and South America, and Asia-Pacific.</p><p><strong>5.&nbsp;<a href="https://www.gatc-biotech.com/en/index.html">GATC Biotech AG (Germany)</a></strong></p><p>GATC Biotech AG was founded in 1990 and is headquartered in Constance, Germany. The company provides DNA and RNA sequencing and bioservices solutions to academics and industrial areas. It also provides next generation sequencing services including genomes, targeted (re)-sequencing, human sample sequencing, transcriptomes, metagenomes, regulomes, pre-sequencing, NGS barcode labels, and next generation sequencing technologies; and bioservices services, including bioservices tools, pipelines and workflows, compute resources, data analysis reports, and case studies. GATC Biotech AG operates as a subsidiary of Eurofins Scientific SE. It offers its products through distributors in Italy, Japan, Portugal, Spain, and the Czech Republic.</p><p><strong>6.<a href="https://www.macrogen.com/">&nbsp;Macrogen, Inc. (South Korea)</a></strong></p><p>Macrogen, Inc. was founded in 1997 and is headquartered in Seoul, South Korea. Macrogen, Inc. provides next generation sequencing services such as whole genome, de novo, exome, targeted, transcriptomics, metagenome, and epigenome sequencing.&nbsp; The company also provides a variety of services such as oligo synthesis, database construction, genome research, and bioservices analysis system consulting services. Macrogen, Inc. provides genome research services in Korea and internationally.</p><p><strong>7.&nbsp;<a href="https://www.genotypic.co.in/">Genotypic Technology Pvt. Ltd. (India)</a></strong></p><p>Genotypic Technology Pvt. Ltd. was incorporated in 1998 and is headquartered in Bangalore, India. Genotypic Technology is the first Genomics service provider in India providing Microarray, Next Generation Sequencing (NGS), Bioservices and solutions to domestic/ international pharma, biotech companies and academia. The company provides its services for protocol optimization, probe designing, array layouts, project designing, and nucleic acid analysis to in-depth analysis. Genotypic Technology has its geographic presence in North America, Europe, Asia Pacific, Middle East &amp; Africa, and Latin America.</p><p><strong>8.&nbsp;<a href="https://www.genewiz.com/">GENEWIZ, Inc. (U.S.)</a></strong></p><p>GENEWIZ, Inc. was founded in 1999 and is headquartered in South Plainfield, New Jersey, the U.S.; The company is a leading provider of research service in the field of Next Generation Sequencing, Sanger DNA sequencing, sequencing of bacteria and phage, gene synthesis, DNA cloning, genomics including mutation analysis, single nucleotide polymorphism, and bioservices. GENEWIZ, Inc. has its geographic presence in U.S., China, Germany, France, Japan, and the U.K.</p><p><strong>9.&nbsp;<a href="https://www.genomics.cn/">Beijing Genomics Institute (China)</a></strong></p><p>Beijing Genomics Institute (BGI) is the world&rsquo;s largest genomics organization and non-profit research institution that was founded in 1999 and is headquartered in Shenzhen, China. The Company provides a wide range of commercial next generation sequencing services and genetic tests for medical institutions, agricultural and environmental applications. The Company operates all across the globe through its subsidiaries, namely, BGI China (Mainland), BGI Asia Pacific, BGI Americas (North and South America) and BGI Europe (Europe and Africa).</p><p><strong>10.&nbsp;<a href="https://www.scigenom.com/">SciGenom Labs Pvt. Ltd (India)</a></strong></p><p>SciGenom Labs Pvt. Ltd was founded in 2010 and is headquartered in Cochin, India with offices in Chennai &amp; Hyderabad in India, and San Francisco in the U.S. It is a Genomics R&amp;D services company that provides genomic sequencing and NGS services to life sciences and healthcare businesses globally as well as academic and government institutions in India.</p><p>Popular mentions &ndash; MedGenome (India), DNA Link, Inc. (South Korea), Otogenetics Corporation (U.S.), Novogene Corporation (China), LGC Limited (U.K.), CD Genomics (U.S.), SeqLL, LLC (U.S.)</p>]]></description>
	<dc:creator>BioStar</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/42160/vicuna-a-software-tool-that-enables-consensus-assembly-of-ultra-deep-sequence-derived-from-diverse-viral-or-other-heterogeneous-populations</guid>
	<pubDate>Tue, 25 Aug 2020 03:40:17 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/42160/vicuna-a-software-tool-that-enables-consensus-assembly-of-ultra-deep-sequence-derived-from-diverse-viral-or-other-heterogeneous-populations</link>
	<title><![CDATA[VICUNA: a software tool that enables consensus assembly of ultra-deep sequence derived from diverse viral or other heterogeneous populations.]]></title>
	<description><![CDATA[<p><span>VICUNA</span><span>&nbsp;is a&nbsp;</span><em>de novo</em><span>&nbsp;assembly program targeting populations with high mutation rates. It creates a single linear representation of the mixed population on which intra-host variants can be mapped. For clinical samples rich in contamination (e.g., &gt;95%), VICUNA can leverage existing genomes, if available, to assemble only target-alike reads. After initial assembly, it can also use existing genomes to perform guided merging of contigs. For each data set (e.g., Illumina paired read, 454), VICUNA outputs consensus sequence(s) and the corresponding multiple sequence alignment of constituent reads. VICUNA efficiently handles ultra-deep sequence data with tens of thousands fold coverage.</span></p>
<p><a href="http://software.broadinstitute.org/viral/docs/vicuna_v1.0.pdf">http://software.broadinstitute.org/viral/docs/vicuna_v1.0.pdf</a></p><p>Address of the bookmark: <a href="https://www.broadinstitute.org/viral-genomics/vicuna" rel="nofollow">https://www.broadinstitute.org/viral-genomics/vicuna</a></p>]]></description>
	<dc:creator>biogeek</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/44902/hite-a-fast-and-accurate-dynamic-boundary-adjustment-approach-for-full-length-transposable-elements-detection-and-annotation-in-genome-assemblies</guid>
	<pubDate>Sat, 20 Sep 2025 09:34:04 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/44902/hite-a-fast-and-accurate-dynamic-boundary-adjustment-approach-for-full-length-transposable-elements-detection-and-annotation-in-genome-assemblies</link>
	<title><![CDATA[HiTE: a fast and accurate dynamic boundary adjustment approach for full-length Transposable Elements detection and annotation in Genome Assemblies]]></title>
	<description><![CDATA[<p dir="auto"><code>HiTE</code>&nbsp;is a Python software that uses a dynamic boundary adjustment approach to detect and annotate full-length Transposable Elements in Genome Assemblies. In comparison to other tools, HiTE demonstrates superior performance in detecting a greater number of full-length TEs.</p>
<div dir="auto">
<h2 dir="auto">panHiTE</h2>
<a href="https://github.com/CSU-KangHu/HiTE#panhite"></a></div>
<p dir="auto">We have developed panHiTE, a comprehensive and accurate pipeline for TE detection in large-scale population genomes. It has been successfully applied to hundreds of plant population genomes, demonstrating its effectiveness and scalability.</p>
<p dir="auto">For detailed instructions, please refer to the&nbsp;<a href="https://github.com/CSU-KangHu/HiTE/wiki/panHiTE-tutorial">panHiTE tutorial</a>.</p><p>Address of the bookmark: <a href="https://github.com/CSU-KangHu/HiTE" rel="nofollow">https://github.com/CSU-KangHu/HiTE</a></p>]]></description>
	<dc:creator>LEGE</dc:creator>
</item>
<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/news/view/4183/320000-viruses-in-mammals-yet-to-sequenced-in-future</guid>
	<pubDate>Tue, 03 Sep 2013 08:35:30 -0500</pubDate>
	<link>https://bioinformaticsonline.com/news/view/4183/320000-viruses-in-mammals-yet-to-sequenced-in-future</link>
	<title><![CDATA[320000 viruses in mammals yet to sequenced in future!!!]]></title>
	<description><![CDATA[<p>With current biological technique improvements, finally it is now possible to look at millions of unknown viruses at genomic level and understand the mechanism. According to available data, close to 70 per cent of emerging viral diseases such as HIV/AIDS, West Nile, Ebola, SARS, and influenza, are zoonoses - infections of animals that cross into humans.</p><p>To address the challenges of describing and estimating virodiversity, a team of investigators from Center for Infection and Immunity (CII) and EcoHealth Alliance began in jungles of Bangladesh - home to the flying fox.</p><p>Reference:</p><p><a href="http://economictimes.indiatimes.com/news/news-by-industry/et-cetera/mammals-harbour-at-least-320000-new-viruses/articleshow/22253268.cms">http://economictimes.indiatimes.com/news/news-by-industry/et-cetera/mammals-harbour-at-least-320000-new-viruses/articleshow/22253268.cms</a></p><p><a href="http://www.bbc.co.uk/news/science-environment-23932400">http://www.bbc.co.uk/news/science-environment-23932400</a></p>]]></description>
	<dc:creator>Rahul Agarwal</dc:creator>
</item>

<item>
  <guid isPermaLink='true'>https://bioinformaticsonline.com/researchlabs/view/6560/the-graveley-lab</guid>
  <pubDate>Tue, 19 Nov 2013 18:02:48 -0600</pubDate>
  <link></link>
  <title><![CDATA[The Graveley Lab]]></title>
  <description><![CDATA[
<p>Research in the Graveley lab is primarily focused on the regulation of alternative splicing and small RNA mediated gene regulation. These are fascinating and extraordinarily important mechanisms by which genes can be regulated. Our long-term goals are to understand how these processes are regulated at a mechanistic level and to understand the logic of these processes in significant biological settings. To achieve these goals, we strive to think outside the box to creatively attack the problems being addressed using a wide variety of approaches that include biochemistry, genetics, imaging, deep sequencing, large-scale RNAi screening and bioinformatics.</p>

<p>Lab page @ http://graveleylab.cam.uchc.edu/Graveley/index.html</p>
]]></description>
</item>

</channel>
</rss>