Forum: Bioinformatics
05-11-2018, 12:08 PM
|
Replies: 4
Views: 2,309
Here is my command:
bwa sampe...
Here is my command:
bwa sampe RefGenome/mm9bwaidx file_1.bwa file_2.bwa file_1.fastq.gz file_2.fastq.gz > file.sam
This is the memory in my mac when I run the command.
Physical Memory: 16.00...
|
Forum: Bioinformatics
05-11-2018, 09:59 AM
|
Replies: 4
Views: 2,309
|
Forum: Bioinformatics
05-10-2018, 08:50 AM
|
Replies: 4
Views: 2,309
bwa samse problem
Hi there,
I'm trying to use bwa to align Paired-end reads to mouse genome. The alignment step goes well, but the bwa samse failed and generated error message like:
[bwa_sai2sam_pe_core] convert...
|
Forum: Bioinformatics
08-02-2012, 07:19 PM
|
Replies: 1
Views: 1,811
problem with MarkDuplicates in Picard
Hi,
I tried to remove duplicates by Picard but got some problem. The command I used is
java -Xmx2g -Dsnappy.disable=true -jar ../picard-tools-1.70/MarkDuplicates.jar INPUT=file.sort.bam...
|
Forum: Illumina/Solexa
07-10-2012, 08:13 AM
|
Replies: 0
Views: 1,157
|
Forum: General
06-11-2012, 02:31 PM
|
Replies: 0
Views: 974
|
Forum: Bioinformatics
06-02-2012, 02:42 PM
|
Replies: 1
Views: 2,008
CEAS gives incomplete result
Hi All,
I wish to usea CEAS to annotate the ChIP-seq peaks called from MACS. The command is:
ceas --name=file.ceas -g ../RefGenome/mm9.refGene -b file.macs_peaks.bed -w file.macs.wig.gz
But...
|
Forum: Bioinformatics
06-01-2012, 06:49 AM
|
Replies: 2
Views: 3,954
|
Forum: Bioinformatics
05-31-2012, 08:29 PM
|
Replies: 2
Views: 3,954
|
Forum: Bioinformatics
12-21-2011, 03:52 PM
|
Replies: 6
Views: 26,576
|
Forum: Bioinformatics
12-21-2011, 03:47 PM
|
Replies: 6
Views: 26,576
|
Forum: Bioinformatics
12-19-2011, 03:33 PM
|
Replies: 6
Views: 26,576
How to put header back to .bam file?
I've filtered my .bam file for uniquely mapped reads with this command:
samtools view file.bam | grep "XT:A:U" > file.unique.bam
Then I wish to convert the .unique.bam file to .bed file with...
|
Forum: Bioinformatics
12-14-2011, 09:27 PM
|
Replies: 4
Views: 4,423
I tried to run MarkDuplicates.jar with the...
I tried to run MarkDuplicates.jar with the command
java -jar ./picard-tools-1.57/MarkDuplicates.jar METRICS_FILE=rmdup.txt INPUT=$file.bam OUTPUT=$file.rmdup.bam REMOVE_DUPLICATES=true
And got...
|
Forum: Bioinformatics
12-14-2011, 05:27 PM
|
Replies: 4
Views: 4,423
how to install picard ?
Hi there,
I'm trying to use picard tools to remove duplicates from my sequence, but I'm having problem with installation. Has anyone installed picard-tools-1.57? Is there any detailed description...
|
Forum: Bioinformatics
12-14-2011, 05:11 PM
|
Replies: 2
Views: 3,156
|
Forum: Illumina/Solexa
11-11-2011, 02:06 PM
|
Replies: 6
Views: 1,962
|
Forum: Illumina/Solexa
11-11-2011, 02:03 PM
|
Replies: 6
Views: 1,962
|
Forum: Illumina/Solexa
11-11-2011, 12:46 PM
|
Replies: 6
Views: 1,962
Thank you for your quick reply. I tried the...
Thank you for your quick reply. I tried the command like
grep '@' 003_s_6_sequence.txt | cut -d '#' -f2 | sort |*uniq -c
But get the notice like
-bash: *uniq: command not found
Beside,...
|
Forum: Illumina/Solexa
11-11-2011, 10:28 AM
|
Replies: 6
Views: 1,962
Help! lost data in fastq file
I got some Illumina Hiseq result in fastq files from my facility, but the yield is a lot lower than expected.
For example, the summary file for one sample shows that it contains 225566 +/- 0...
|