-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
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
Generate genotyping calls from CEL files #2
Comments
you can run Linux command "file" to check whether it is binary or text On Fri, Aug 21, 2015 at 8:31 AM, Segun J [email protected] wrote:
|
thanks for the quick reply. |
The file may be corrupt, try other CEL files to see if the same thing On Fri, Aug 21, 2015 at 9:04 AM, Segun J [email protected] wrote:
|
I figured out the CEL files were generated based on the CytoScanHD_Array platform. Trying to convert them now. |
I am facing the same issue in Mapping 500K CEL files. Linux File command says the files are in Data format. Could you please explain how to fix this? Should I convert CEL files to a different format? Thanks! |
I cannot tell what is the problem, but perhaps you can delete this file
from the listfile and try again. If there is no more error message, then
perhaps this particular CEL is corrupted and treated as binary.
…On Thu, Feb 14, 2019 at 11:47 AM Vaidhy-M ***@***.***> wrote:
Hello there,
Thanks for the nice tutorial!
I have calvin CEL files that were converted to text files using
apt-cel-convert.
Having the text CEL files, I tried to run the command and got an error:
apt-probeset-genotype -c lib/GenomeWideSNP_6.cdf -a birdseed
--read-models-birdseed lib/GenomeWideSNP_6.birdseed.models --special-snps
lib/GenomeWideSNP_6.specialSNPs --out-dir apt --cel-files listfile
FATAL ERROR:TsvFile.cpp:2672: This file appears to be binary.
(filename='../data/test.cel/1.CEL')
It's clear that the CEL files are not binary.
It seems the error is from birdseed, but I was wondering whether you have
any thoughts on this.
Thanks,
Segun
I am facing the same issue in Mapping 500K CEL files. Linux File command
says the files are in Data format. Could you please explain how to fix
this? Should I convert CEL files to a different format? Thanks!
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#2 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AFptuORyBkzNr0vaT_3ZgxUll-BoncZlks5vNZMtgaJpZM4Fv9rz>
.
|
Hello there,
Thanks for the nice tutorial!
I have calvin CEL files that were converted to text files using apt-cel-convert.
Having the text CEL files, I tried to run the command and got an error:
apt-probeset-genotype -c lib/GenomeWideSNP_6.cdf -a birdseed --read-models-birdseed lib/GenomeWideSNP_6.birdseed.models --special-snps lib/GenomeWideSNP_6.specialSNPs --out-dir apt --cel-files listfile
FATAL ERROR:TsvFile.cpp:2672: This file appears to be binary. (filename='../data/test.cel/1.CEL')
It's clear that the CEL files are not binary.
It seems the error is from birdseed, but I was wondering whether you have any thoughts on this.
Thanks,
Segun
The text was updated successfully, but these errors were encountered: