We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I am getting following Error, Could you please help me solve the issue?
library(EthSEQ) data.dir = file.path(tempdir(),"EthSEQ_Data") out.dir = file.path(tempdir(),"EthSEQ_Analysis") Download BAM file used in the analysis dir.create(data.dir) download.file(
library(EthSEQ)
data.dir = file.path(tempdir(),"EthSEQ_Data") out.dir = file.path(tempdir(),"EthSEQ_Analysis")
dir.create(data.dir) download.file(
download.file(
Create BAM files list write(file.path(data.dir,"Sample.bam"),file.path(data.dir,"BAMs_List.txt")) Run the analysis ethseq.Analysis(
write(file.path(data.dir,"Sample.bam"),file.path(data.dir,"BAMs_List.txt"))
ethseq.Analysis(
[2017-04-27 07:06:09] Computing pileup of BAM file /tmp/RtmptNCImv/EthSEQ_Data/Sample.bam [2017-04-27 07:06:14] Create target model [2017-04-27 07:06:14] Create aggregated model [2017-04-27 07:06:16] Perform PCA on aggregated model Principal Component Analysis (PCA) on genotypes: Excluding 0 SNP on non-autosomes Excluding 987 SNPs (monomorphic: TRUE, < MAF: NaN, or > missing rate: 0) Working space: 601 samples, 9,013 SNPs using 1 (CPU) core PCA: the sum of all selected genotypes (0, 1 and 2) = 1364319 Thu Apr 27 07:06:16 2017 (internal increment: 4300) [==================================================] 100%, completed Thu Apr 27 07:06:17 2017 Begin (eigenvalues and eigenvectors) Thu Apr 27 07:06:17 2017 Done. [2017-04-27 07:06:17] Infer ethnicities
R: GeometryComponentFilter.cpp:34: virtual void geos::geom::GeometryComponentFilter::filter_ro(const geos::geom::Geometry*): Assertion `0' failed. Aborted
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I am getting following Error,
Could you please help me solve the issue?
trying URL 'https://github.com/aromanel/EthSEQ_Data/raw/master/NA07357_only10000SNPs.bam'
Content type 'application/octet-stream' length 69869713 bytes (66.6 MB)
==================================================
downloaded 66.6 MB
trying URL 'https://github.com/aromanel/EthSEQ_Data/raw/master/NA07357_only10000SNPs.bam.bai'
Content type 'application/octet-stream' length 339928 bytes (331 KB)
==================================================
downloaded 331 KB
[2017-04-27 07:06:08] Running EthSEQ v2.0.1
[2017-04-27 07:06:08] Working directory: /tmp/RtmptNCImv/EthSEQ_Analysis
[2017-04-27 07:06:08] Create /tmp/RtmptNCImv/EthSEQ_Analysis folder
[2017-04-27 07:06:08] Create /tmp/RtmptNCImv/EthSEQ_Analysis/ASEQGenotypes/ folder
[2017-04-27 07:06:08] Run ASEQ to generate genotypes for 1 samples
trying URL 'https://github.com/aromanel/EthSEQ_Data/raw/master/ASEQ_binaries/linux64/ASEQ'
Content type 'application/octet-stream' length 2091089 bytes (2.0 MB)
==================================================
downloaded 2.0 MB
[2017-04-27 07:06:09] Computing pileup of BAM file /tmp/RtmptNCImv/EthSEQ_Data/Sample.bam
[2017-04-27 07:06:14] Create target model
[2017-04-27 07:06:14] Create aggregated model
[2017-04-27 07:06:16] Perform PCA on aggregated model
Principal Component Analysis (PCA) on genotypes:
Excluding 0 SNP on non-autosomes
Excluding 987 SNPs (monomorphic: TRUE, < MAF: NaN, or > missing rate: 0)
Working space: 601 samples, 9,013 SNPs
using 1 (CPU) core
PCA: the sum of all selected genotypes (0, 1 and 2) = 1364319
Thu Apr 27 07:06:16 2017 (internal increment: 4300)
[==================================================] 100%, completed
Thu Apr 27 07:06:17 2017 Begin (eigenvalues and eigenvectors)
Thu Apr 27 07:06:17 2017 Done.
[2017-04-27 07:06:17] Infer ethnicities
The text was updated successfully, but these errors were encountered: