-
I converted a vcf to bcf and tried running your tool with the following command:
`./akt pca -W data/wgs.grch37.vcf.gz input.bcf`
The only logs I get are:
```
Input: input.bcf
Using file data/wg…
-
If I do :
s=hs.load('zone 2.bcf', signal_type = "EDS_TEM")
I get the following warning:
"WARNING:hyperspy.io_plugins.bcf:spectrum have no dead time records..."
Then a number of parameters are …
-
Hi,
I am getting the following error when writing a BCF to a buffer:
> Error: nodebuffer is not supported by this platform
> at a.checkSupport (jszip.min.js:13:34660)
> at new f (jszip…
-
tectonic fails to build with the 2020.0r0 bundle and biblatex:
```
Running external tool biber ...
error: the external tool exited with an error code; its stdout was:
=========================…
-
**Reported by manuelbi on 2014-02-15 13:35 UTC**
The following scenario (happened on Windows 7 64 bit):
Set Disk A as DIRASDISK to a EMPTY DIR
Set Disk B with this DSK (BCF 3) -> http://www.msx.org…
-
Hi all,
I converted the **.bcf** format EBSD data set into a **.hdf5** file format using the converter(bcf2hdf5) developed by Mike Jackson. Unfortunately, EMSphInx could not be able to read the data,…
-
Hello,
I am sorry -- as usual, I am not quite sure if this is really an issue. However, I have been trying to make **ANGSD--v935** write the **AD** field on the `.bcf` file but I cannot get it to s…
-
```
import hyperspy.api as hs
import scipy
# Load your data (replace with actual data loading code)
data = hs.load('MS-1b_S.bcf')
data= data[4]
data.plot()
roi = hs.roi.RectangularROI(left=11…
-
Hello.
I compressed chr1 from 1KGP3 (available here ftp://ftp.1000genomes.ebi.ac.uk/vol1/ftp/release/20130502/)
And checked the file with the following commands :
```bash
sav export -O vcf chr1…
-
When adding a new sample to a VCF, format fields for the new sample seem to take on undefined values rather than the "missing" value. What is the best way to set all format fields to missing for a new…