How to call variants using BBMap, if possible with charts and graphics?
1
0
Entering edit mode
7.2 years ago

I run bbmap.sh in=0001.fastq in2=0002.fastq out=bbmap_mapped.sam ref=H37Rv_reference.fa # indexing and aligning in paired mode

callvariants.sh=bbmap_mapped.sam ref=H37Rv_reference.fa out=BBMap_variant_call.vcf # this line can`t find .sh script

though bbmap in echo $PATH

How to fix that?

thank you

bbmap variant calling • 3.0k views
ADD COMMENT
1
Entering edit mode
7.2 years ago
callvariants.sh=bbmap_mapped.sam ref=H37Rv_reference.fa out=BBMap_variant_call.vcf

should be:

callvariants.sh in=bbmap_mapped.sam ref=H37Rv_reference.fa out=BBMap_variant_call.vcf
ADD COMMENT
1
Entering edit mode

What about the chart and the graphics part :)

ADD REPLY
1
Entering edit mode

And I want a pony!

You guys are more patient/polite than I am, esp. given the OP's thread on GATK variant calling (although @WouterDeCoster did resort to RTFM).

ADD REPLY
1
Entering edit mode

Nothing wrong with a fantastic manual amirite?

ADD REPLY
0
Entering edit mode

The manual apparently doesn't suffice. I hope Brian has time to go over to OP in person to sort this out and sit next to him when he attempts commands.

ADD REPLY
0
Entering edit mode

So, I'm crowdsourcing an instructional video, and look for donations and actors... anyone? :)

ADD REPLY
0
Entering edit mode

I can donate an actor.

ADD REPLY
0
Entering edit mode

thank you, you have developed an outstanding tools, could you please advise how to preprocess the resultant VCFs and annotate it? Is there any better substitution of SNPEff and ClinEff?

ADD REPLY
0
Entering edit mode

Sorry, I have not annotated any VCF's in a long time, so I'm not sure.

ADD REPLY

Login before adding your answer.

Traffic: 1866 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6