More posts like this
-
How to visualize multiple bacterial genomes with circos?
written by marongiu.luigiI am trying to use [circos][1] to visualize the alignment of multiple bacterial genomes (essentially to create a genome atlas like this: ![enter image description …
-
How to make block alignment graph with PROGRESSIVE-MAUVE?
written by marongiu.luigiHello I would like to use progressive mauve to make an alignment of bacterial genomes and generate the block graph as [this one][1]. Since [progressive …
-
Package for transcript assembly of reference-aligned ion torrent reads
written by cjwwfd •I am trying to align and perform reference-guided transcript assembly for all publically available EST and RNA sequencing reads based on a new reference genome …
-
BBMap Statistics Evaluation
written by Ada •Hello, I would like assistance understanding the following results below: 1. What is the fraction that "%unambiguousReads" is out of? Essentially, how do they come …
-
Developing script that loops through multiple reference genomes...
written by Ada •I am in need developing a script that loops through multiple reference genomes, runs the alignment software for each genome (one by one), extracts and …
-
Syntax for samtools flagstat on multiple .bam files outputting to .txt file
written by Ada •Hello, I would like to know appropriate syntax for samtools flagstat on multiple .bam files outputting all to .txt file
-
Comparing SPAdes assemblies to each other?
written by laurenkleine18 •I would like to compare three WGS datasets to each other, without using a reference genome. I am planning on running each set of paired …
-
How to use GSNAP/GMAP for mm10 genome
written by Moneeb Bajwa •Hello, I am not sure how to download the mm10 genome for genome guided alignment on GSNAP. In a separate project (for an Aiptasia alignment), …
-
Error in GSNAP - unable to find genome in directory
written by graeme.thornI'm trying to use GSNAP (from the GMAP tools suite) to map some short reads to a genome (to remove some contamination later in the …
-
gsnap error (Unable to retrieve request for thread)
written by Mohammad Reza BakhtiarizadehHi I used gsnap (gmap-2014-12-24) to map my RNA-seq data. My PC has 16 Gig RAM and 8 core CPU. my used code was: ``` …
Like an example loop shown here: A: How to run BWA or the other aligner for paired .fastq in a bash loop and pipelin
You may need to do a nested loop (two
forloops) if you want to align every sample file to every reference.