-
Hi,
In this example, what Foo stands for?
```
RTree tree;
double min[3] = {0., 0., 0.};
double max[3] = {1., 1., 1.};
Foo* bar = new Foo();
tree.Insert(min, max, bar);
```
Also is there a…
-
The [run 1 demo](https://github.com/cms-opendata-analyses/HiggsExample20112012) from CMS makes a final Higgs to 4 lepton plot. Looking through that there are a number of variables that are extracted t…
-
# 1. Description
Similar to [#34197](https://github.com/cms-sw/cmssw/issues/34197).
The idea here was to remove all `FED channels` above `1199`*, and run the reconstruction on this skimmed raw d…
-
Looks like a change in GCC 10 breaks the compilation for the CUDA backend of kernels written with Alpaka, if the `operator()` is templated on its arguments other than `TAcc`.
Here is an extract of …
-
At request, turning this question into an issue.
It seems that according to these lines:
https://github.com/NESTCollaboration/nest/blob/3322903b7cd2439c349418ad25e6caeaa820acfe/src/NEST.cpp#L804-L8…
-
In the ``NESTcalc::GetS1`` function, there is a basic, no-timing block of code here:
https://github.com/NESTCollaboration/nest/blob/3322903b7cd2439c349418ad25e6caeaa820acfe/src/NEST.cpp#L886-L891
…
-
Hi, I am trying to complete all analysis from V1-V2 16s rRNA sequencing using dada2 as opposed to QIIME. I am just attempting to follow along with the tutorials supplied on GitHub but with my own data…
-
UPDATE: I have tried making the Freesurfer license accessible to the container by adding '''-B /path/to/your/local/freesurfer-license:/opt/freesurfer-6.0.0/license.txt''' when running -post_structural…
-
Hello,
I am working on a set of 86 proteins and during the final step (Report), the following message: "Reporter: Generate reports of HGT prediction results." appear infinite times on the terminal scr…
-
Hello Qiyunzhu,
Thank you for this new tool to analyze HGT that is useful for beginners in computing.
I am working with a genome released this year and looking for HGT on its genus. The first problem…