More posts like this
-
Integration of scRNA, a conceptual doubt
written by edoardofilippi1998 •Hi everybody, I have a conceptual question, reading online, it seems that Seurat's integration with IntegrateLayers works only in low dimensional space, integrateData on the …
-
long read + salmon? (transcript abundance)
written by shinyjj •Hi all, Are there any tools that can quantify transcript abundance (e.g. TPM) from long read? As far as I know, salmon only works with …
-
SamSort gatk invalid argument / no space left on disk
written by Eliveri •I have a nextflow pipeline which runs the following argument in script for a process using memory '16 GB': gatk --java-options "-Xmx16g -Xms16g" SortSam -R …
-
HaplotypeCaller Memory Optimization
written by timothy.delory •When using HaplotypeCaller on GATK, is there a fixed amount of memory that works well for for the java -Xmx input, or does it scale …
-
BBMap tool error - randomreads.sh
written by GLR •Hello, I'm trying to generate to simulated PE reads from the wheat reference genome using BBTools randomreads.sh and I keep receiving the following error message …
-
Beagle phasing without map and reference parameters
written by Shicheng GuoHi All, I just find beagle can do the phasing without map and reference parameters. Anyone can tell me how it works? What's the difference …
-
Best way to define rule ressources, and interactions with cluster submission or local submission
written by maria.bernard •Hi. I was looking for a way to access cluster_config dictionnary to define specific ressources in some particular rules (like -Xmx memory for java programs). …
-
how do I create vcf4.1 instead of 4.2
written by MAPKI just created a vcf file for multiple genomes using the following command below, but it generates vcf4.2 version. I am using a tool that …
-
MuTect --- with more stringent parameter settings I got more mutations -- Is this possible
written by haiying.kongI ran MuTect twice, once with default parameter settings, and the second time with stringent parameter settings. default: ``` /usr/bin/java -Xmx4g -Djava.io.tmpdir=tmp -jar ${MuTect}mutect-1.1.7.jar \ …
-
Fit Mixture Of Gamma And Negative Binomial Distributions In R
written by FGV<p>Hi,</p> <p>I'm trying to fit a mixture of a gamma and negative binomial distribution to a data set in R. In the end the idea …
You could edit the wrapper script (e.g.
bbmap.sh) and directly add the java option to thelocal CMD.I was trying to avoid changing
BBtoolscode. :)You are not changing BBTools code. This is just a shell wrapper script around the actual code :-)
It should work. Did you try it?