Forum: Bioinformatics
11-23-2016, 04:35 AM
|
Replies: 5
Views: 3,439
AFAIK, Bio-Linux is pretty much dead...
AFAIK, Bio-Linux is pretty much dead (http://www.bioinformatics.org/pipermail/bio-linux-list/2016-January/001041.html). If you want to learn bioinformatics, install e.g. Debian Stable, latest Ubuntu...
|
Forum: Bioinformatics
06-12-2016, 11:41 PM
|
Replies: 5
Views: 2,785
|
Forum: Bioinformatics
05-26-2016, 01:24 AM
|
Replies: 4
Views: 1,124
|
Forum: Bioinformatics
05-24-2016, 03:02 AM
|
Replies: 4
Views: 1,124
|
Forum: Bioinformatics
03-03-2016, 01:30 AM
|
Replies: 1
Views: 887
grep "pass$" file.fasta >...
grep "pass$" file.fasta > headers_that_end_in_pass.txt
grep "pass$" file.fasta | cut -c 2- > headers_that_end_in_pass_without_the_>.txt
|
Forum: Bioinformatics
01-04-2016, 11:52 PM
|
Replies: 15
Views: 4,490
In my experience, IDBA-UD assembles metagenomes...
In my experience, IDBA-UD assembles metagenomes way better than Megahit. Can't comment on your QC procedures. For Illumina QC, I've used Trim Galore exclusively. As to odd coverage results, perhaps...
|
Forum: Bioinformatics
12-07-2015, 06:26 AM
|
Replies: 4
Views: 1,927
Give some metagenome assembler like IDBA-UD a...
Give some metagenome assembler like IDBA-UD a try. It takes into account read coverage. Chances are high that your strains were not present in the isolated DNA in equal abundance. Also set very...
|
Forum: General
09-09-2015, 11:34 PM
|
Replies: 9
Views: 2,756
|
Forum: General
09-09-2015, 12:36 AM
|
Replies: 9
Views: 2,756
It's essentially:
esearch -db genome -query...
It's essentially:
esearch -db genome -query PRJNA35077 | elink -target nuccore | efetch -format fasta
However, in real life this fetches too much data because multiple genomes are associated...
|
Forum: General
09-07-2015, 11:11 PM
|
Replies: 9
Views: 2,756
|
Forum: General
09-07-2015, 12:34 AM
|
Replies: 9
Views: 2,756
|
Forum: Bioinformatics
08-05-2015, 01:38 AM
|
Replies: 2
Views: 1,780
|
Forum: Bioinformatics
05-25-2015, 12:31 AM
|
Replies: 2
Views: 4,418
|
Forum: Bioinformatics
05-18-2015, 05:01 AM
|
Replies: 7
Views: 5,007
|
Forum: Bioinformatics
05-12-2015, 03:21 AM
|
Replies: 14
Views: 4,761
Your optimal max k-mer setting should be about...
Your optimal max k-mer setting should be about your trimmed read length so something like 250, not 600. As to memory, in the context of assembly, 64 GB is very little RAM and the most likely reason...
|
Forum: Bioinformatics
05-12-2015, 02:50 AM
|
Replies: 14
Views: 4,761
Did you compile idba_ud for a larger max k-mer...
Did you compile idba_ud for a larger max k-mer value (I would have)? Based on your message, we can only guess why it's crashing. I'm assuming you have processed your PE reads into interleaved fasta...
|
Forum: Bioinformatics
05-07-2015, 05:26 AM
|
Replies: 138
Views: 50,853
Thats great.
Do you have any hints how to...
Thats great.
Do you have any hints how to trim ScriptSeq prepped samples? My PE reads clearly had Truseq adaptors, but after trim_galore fastqc tells me that my R1 reads still contain a...
|
Forum: Bioinformatics
05-07-2015, 01:29 AM
|
Replies: 138
Views: 50,853
|
Forum: Bioinformatics
04-24-2015, 02:34 AM
|
Replies: 5
Views: 2,705
|
Forum: Bioinformatics
04-24-2015, 01:12 AM
|
Replies: 5
Views: 2,705
Thanks for the reply. About the 3'-end, I'm...
Thanks for the reply. About the 3'-end, I'm indeed most likely overtrimming. In trim_galore:
--stringency <INT> Overlap with adapter sequence required to trim a sequence. Defaults to a very...
|
Forum: Bioinformatics
04-24-2015, 12:17 AM
|
Replies: 5
Views: 2,705
Cleaning paired-end Nextera prepped reads
These reads were sequenced (2x100) with Hiseq 2500 rapid mode. In the first pictures, the reads as they were when I got them:
R1
http://i.imgur.com/Kgeyx9T.png
http://i.imgur.com/IjCBhW9.png...
|
Forum: Bioinformatics
04-21-2015, 04:28 AM
|
Replies: 138
Views: 50,853
|
Forum: Bioinformatics
02-10-2015, 02:56 AM
|
Replies: 6
Views: 1,964
|
Forum: Bioinformatics
02-09-2015, 11:22 PM
|
Replies: 5
Views: 2,617
It could be related to the stable bug...
It could be related to the stable bug (http://drive5.com/muscle/stable.html). The stable option was removed from later versions of muscle but hal depends on a version that has it..
|
Forum: General
02-03-2015, 06:13 AM
|
Replies: 7
Views: 3,107
|