Forum: Bioinformatics
10-21-2016, 06:14 AM
|
Replies: 3
Views: 4,749
|
Forum: Bioinformatics
10-12-2016, 03:08 AM
|
Replies: 6
Views: 2,379
|
Forum: Bioinformatics
08-31-2016, 12:01 AM
|
Replies: 5
Views: 2,452
|
Forum: Bioinformatics
08-05-2016, 02:40 AM
|
Replies: 4
Views: 5,884
|
Forum: Bioinformatics
08-05-2016, 02:05 AM
|
Replies: 4
Views: 5,884
Sample names are parsed from the #CHROM POS ...
Sample names are parsed from the #CHROM POS ID REF line, and can't appear more than once (at least for bcftools's implementation; not sure if this is clear in the VCF spec).
The actual...
|
Forum: Bioinformatics
06-22-2016, 10:02 AM
|
Replies: 13
Views: 7,189
|
Forum: Bioinformatics
06-22-2016, 08:19 AM
|
Replies: 13
Views: 7,189
|
Forum: Bioinformatics
03-16-2016, 05:28 AM
|
Replies: 4
Views: 2,228
Re #2, compiling bedtools 2.25.0 with Intel's...
Re #2, compiling bedtools 2.25.0 with Intel's icpc (ICC) 15.0.0 20140723 I got only a handful of trivial warnings (see https://github.com/arq5x/bedtools2/pull/382). If your warnings are similar, I...
|
Forum: Bioinformatics
02-08-2016, 02:29 AM
|
Replies: 6
Views: 5,131
|
Forum: Bioinformatics
08-18-2015, 12:13 AM
|
Replies: 3
Views: 2,019
Windows refuses to create files or directories...
Windows refuses to create files or directories with names like aux, as it reserves such filenames to refer to IIRC your serial port.
So alas you're straight out of luck with 2.24.0 on Windows. ...
|
Forum: Bioinformatics
08-17-2015, 11:50 PM
|
Replies: 16
Views: 6,626
|
Forum: Bioinformatics
08-07-2015, 04:19 AM
|
Replies: 4
Views: 2,268
The additional -s wrinkle has been fixed...
The additional -s wrinkle has been fixed (https://github.com/samtools/samtools/commit/8054f3716dc0949e00fb7bcb899c2a0726cea2ef) since samtools 1.0.
Thanks for the reminder to revisit the main...
|
Forum: Bioinformatics
06-18-2015, 01:04 AM
|
Replies: 2
Views: 1,759
Current bcftools 1.x contains two calling...
Current bcftools 1.x contains two calling methods: call -c is the original bcftools consensus caller, while call -m is a more recent multi-allelic caller. Only the consensus caller outputs FQ.
If...
|
Forum: Bioinformatics
06-16-2015, 01:43 AM
|
Replies: 19
Views: 22,751
|
Forum: Bioinformatics
06-02-2015, 10:58 PM
|
Replies: 6
Views: 7,723
|
Forum: Bioinformatics
04-22-2015, 02:20 AM
|
Replies: 2
Views: 1,488
|
Forum: Bioinformatics
03-16-2015, 01:45 AM
|
Replies: 4
Views: 2,748
|
Forum: Bioinformatics
03-05-2015, 02:51 AM
|
Replies: 6
Views: 2,338
|
Forum: Bioinformatics
11-24-2010, 08:01 AM
|
Replies: 13
Views: 14,183
You don't say what operating system,...
You don't say what operating system, distribution, or release thereof you're running on, or whether you built cufflinks yourself or downloaded a binary.
However, you would see this message if, for...
|
Forum: Bioinformatics
11-17-2010, 07:41 AM
|
Replies: 6
Views: 5,663
checking if gcc accepts -m64... yes
[...]
--...
checking if gcc accepts -m64... yes
[...]
-- tophat 1.1.0 Configuration Results --
C compiler: gcc -Wall -m64 -O3 -DNDEBUG
C++ compiler: g++ -Wall -m64 -O3 -DNDEBUG -I/usr/local/include
[...]...
|
Forum: Bioinformatics
10-28-2010, 12:21 AM
|
Replies: 27
Views: 32,279
|
Forum: Bioinformatics
10-27-2010, 12:52 PM
|
Replies: 84
Views: 31,670
You are using Intel's compiler and you have...
You are using Intel's compiler and you have configured cufflinks so as to compile with -Werror.
This is a relatively useless warning, and it's hard to see why it's being triggered by this code. ...
|
Forum: Bioinformatics
10-27-2010, 11:26 AM
|
Replies: 27
Views: 32,279
The Cygwin folks changed the way they install...
The Cygwin folks changed the way they install ncurses a while back; see http://www.cygwin.com/ml/cygwin-announce/2010-01/msg00002.html.
Hence you should add -I/usr/include/ncurses to CFLAGS in the...
|
Forum: Bioinformatics
10-26-2010, 12:50 AM
|
Replies: 4
Views: 5,334
Tabix parses its command line options with...
Tabix parses its command line options with getopt(). On Linux, you get GNU getopt() which, as a convenient extension to the standard behaviour, accepts options intermixed with arguments such as...
|
Forum: Bioinformatics
09-17-2010, 01:13 AM
|
Replies: 4
Views: 11,290
|