-
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
visualize_cnv.pl #89
Comments
The file name needs to be exactly identical in the ex.rawcnv file as
signal.txt. Sometimes users have path name in the file name and this causes
problem.
Additionally, you may check whether the markers for the CNV in
ex.rawcnv indeed exist in signal.txt file (sometimes it is not the case).
…On Fri, Aug 19, 2022 at 7:37 PM psychrb ***@***.***> wrote:
Is is possible that a row that appears in the raw.cnv file would still not
appear in visualize_cnv.pl?
For example, When I enter
visualize_cnv.pl -format plot -signal signal.txt ex.rawcnv
NOTICE: Signal values for 0 CNV region is found in signal.txt
I get this error eventhough ex.rawcnv has a row with this signal file,
signal.txt??
How can I resolve this ERROR/NOTICE, if I see the CNV call if the raw.cnv
file?
—
Reply to this email directly, view it on GitHub
<#89>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNG3OESM7Q6NUKQSO7YSSDV2ALFPANCNFSM57CHY25A>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Is it OK if the matching file name in raw.cnv file and the signal.txt file name has punctuation for example, "2.5Mv1.1.3998646158_R07C01" or "1M.5511192140_R01C02"? Could this specific file name or its format contribute to this error? Thank You. |
This is marker name, not file name. It should not matter if there is a dot
or underline in the marker name. If you print out a few lines of ex.rawcnv,
you will see that file name is one of the columns.
…On Thu, Aug 25, 2022 at 10:33 AM psychrb ***@***.***> wrote:
OK if the file name in raw.cnv file and the signal.txt file name has
punctuation for example, "2.5Mv1.1.3998646158_R07C01" or
"1M.5511192140_R01C02". Thank You.
—
Reply to this email directly, view it on GitHub
<#89 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNG3OAJ7UCQPIMOUAXARFDV2572NANCNFSM57CHY25A>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I checked both of these issues. (1) The file name in .rawcnv file is same file name as signal.txt and (2) the markers in the raw.cnv file are in the SNP position file. But I still get the same error, "NOTICE: Signal values for 0 CNV region is found in the signal.txt file.. |
I skipped this issue earlier. There is no specific format
restrictions/limitations to the name of the signal.txt file, but it must be
identical as the name in .rawcnv file. (something like "folder1/signal.txt"
in rawcnv will be not be recognized as the same as the signal.txt file.
…On Fri, Oct 7, 2022 at 11:48 PM psychrb ***@***.***> wrote:
Are there format restrictions or limitations to name of the signal.txt
file?
—
Reply to this email directly, view it on GitHub
<#89 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNG3OEWMTWJQL2757H64XDWCDVHJANCNFSM57CHY25A>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
For example, When I enter
visualize_cnv.pl -format plot -signal signal.txt myfile.rawcnv
NOTICE: Signal values for 0 CNV region is found in signal.txt
I get this error eventhough myfile.rawcnv has a row with this signal file, signal.txt and the marker Name/coordinates??
How can I resolve this ERROR/NOTICE, if I see the CNV call (Name/coordinates) for signal.txt in the raw.cnv file?
The text was updated successfully, but these errors were encountered: