Forum: Bioinformatics
11-13-2018, 07:19 AM
|
Replies: 335
Views: 154,309
bbduk with bzip2 input file
Hi- Is bzip2 input supported by `bbduk.sh`? When I try it, bbduk seems to hang as below. (It would be good to have support for bzip2)
Thanks!
bbduk.sh...
|
Forum: Bioinformatics
10-16-2017, 01:28 AM
|
Replies: 335
Views: 154,309
|
Forum: Bioinformatics
10-15-2017, 07:30 AM
|
Replies: 335
Views: 154,309
Different output with interleaved input
Hello again-
I think there is an inconsistent behavior in how bbduk handles interleaved input depending on whether the interleaved option is set to "true" or "auto".
Consider the case where...
|
Forum: Bioinformatics
10-05-2017, 11:37 PM
|
Replies: 678
Views: 207,640
Hi Brain- Thanks for the comments (and for the...
Hi Brain- Thanks for the comments (and for the tools of course!). I see your point but I still think the current default behaviour of bbmap is incorrect when sequence names have spaces because it...
|
Forum: Bioinformatics
10-05-2017, 04:48 AM
|
Replies: 678
Views: 207,640
|
Forum: Bioinformatics
10-05-2017, 04:40 AM
|
Replies: 678
Views: 207,640
|
Forum: Bioinformatics
10-03-2017, 08:20 AM
|
Replies: 678
Views: 207,640
bbduk.sh: "reads" parameter does not exit clean
Hi- Not sure this thread is the best place to post this...
It seems to me that the `reads` parameter makes bbduk exits with an error when the input is not fully processed.
These runs are both...
|
Forum: Academic/Non-Profit Jobs
10-21-2016, 04:03 AM
|
Replies: 0
Views: 701
|
Forum: Bioinformatics
08-08-2016, 03:39 AM
|
Replies: 6
Views: 2,513
My 2p:
EndNote: Myself and others around me...
My 2p:
EndNote: Myself and others around me have switched to Mendeley (https://www.mendeley.com/) and we are quite happy with it. I haven't been too impressed by Endnote and sometimes I got...
|
Forum: Bioinformatics
07-20-2016, 12:30 AM
|
Replies: 2
Views: 2,056
|
Forum: Bioinformatics
06-13-2016, 12:23 AM
|
Replies: 1
Views: 1,629
See this thread...
See this thread http://seqanswers.com/forums/showthread.php?t=59219
I don't know of any tool box readily available though.
|
Forum: Bioinformatics
06-13-2016, 12:15 AM
|
Replies: 5
Views: 2,679
|
Forum: Bioinformatics
03-29-2016, 07:27 AM
|
Replies: 3
Views: 1,469
You don't need to change the source code...
You don't need to change the source code yourself, rather you download the repository version, install it and run this on the server. This procedure might be something on these lines:
* Download
...
|
Forum: Bioinformatics
03-29-2016, 05:57 AM
|
Replies: 3
Views: 1,469
|
Forum: Bioinformatics
03-11-2016, 05:36 AM
|
Replies: 8
Views: 2,792
As a side comment, you can make bwa mem more...
As a side comment, you can make bwa mem more sensitive by lowering the minimum score for a read to be outputted (-T option, e.g. try -T 20) and/or by making the seed length shorter (-k option). It...
|
Forum: Bioinformatics
03-04-2016, 12:22 AM
|
Replies: 1
Views: 880
In general I would say yes, if possible. Since...
In general I would say yes, if possible. Since you want to detect differences between states you should keep everything the same between cells except for the "state" variable I.e. randomize possible...
|
Forum: Bioinformatics
03-02-2016, 04:05 AM
|
Replies: 4
Views: 6,416
Just to expand a bit on Devon's answer......
Just to expand a bit on Devon's answer... Alignment score is a metric that tells you how similar the read is to the reference. AS increases with the number of matches and decreases with the number of...
|
Forum: Genomic Resequencing
03-02-2016, 01:02 AM
|
Replies: 1
Views: 3,846
|
Forum: Bioinformatics
02-25-2016, 03:49 AM
|
Replies: 1
Views: 991
You could use:
newHeader=...
You could use:
newHeader= dnaHeader[0:locate] + '-aa' + dnaHeader[locate:]
Maybe it's not the most efficient strategy since you need to create a new string but unless your file is massive...
|
Forum: General
02-23-2016, 07:38 AM
|
Replies: 10
Views: 14,192
Just as a comment, if I'm not mistaken your...
Just as a comment, if I'm not mistaken your scripts reverse-complements the regular expression, which is something that cannot be done. I'd rather reverse complement the reference sequence even if it...
|
Forum: Bioinformatics
01-21-2016, 08:56 AM
|
Replies: 6
Views: 4,161
|
Forum: Bioinformatics
01-21-2016, 07:24 AM
|
Replies: 6
Views: 4,161
|
Forum: General
01-20-2016, 01:49 AM
|
Replies: 1
Views: 2,598
You can get chromosome sizes from UCSC with...
You can get chromosome sizes from UCSC with something like this (credit: bedtools docs):
mysql --user=genome --host=genome-mysql.cse.ucsc.edu -A -e \
"select chrom, size from mm9.chromInfo" >...
|
Forum: Metagenomics
01-14-2016, 05:17 AM
|
Replies: 2
Views: 2,024
|
Forum: General
11-20-2015, 06:28 AM
|
Replies: 1
Views: 1,149
|