-
Notifications
You must be signed in to change notification settings - Fork 10
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
Running own data example #14
Comments
We have some examples in this tutorial: http://bioconductor.org/packages/devel/bioc/vignettes/PGA/inst/doc/PGA.pdf. |
Hi,
What is causing this error: Error in system(command = tandemparser, intern
= TRUE) :
'C:\Program' not found
Kindly help
…On Sun, May 3, 2020 at 11:36 PM Bo ***@***.***> wrote:
We have some examples in this tutorial:
http://bioconductor.org/packages/devel/bioc/vignettes/PGA/inst/doc/PGA.pdf
.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#14 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGJ34OYCNTPXX6XC3SNV773RPXPVNANCNFSM4MYJEPFA>
.
|
Could you please install the version at github by using the following code? Please let me know if you still get this error using the new version. BiocManager::install("wenbostar/PGA") |
Hi,
The error is still there after using
BiocManager::install("wenbostar/PGA")
to install the package.
…On Tue, May 5, 2020 at 7:20 PM Bo ***@***.***> wrote:
Could you please install the version at github by using the following
code? Please let me know if you still get this error using the new version.
BiocManager::install("wenbostar/PGA")
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#14 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGJ34O35IDWKQAYHB4CVTQ3RQBDEFANCNFSM4MYJEPFA>
.
|
Could you please send me the code so that I can reproduce the error for debugging? |
I meant that the following error is still coming up
Error in system(command = tandemparser, intern = TRUE) :
'C:\Program' not found
…On Tue, May 5, 2020 at 10:17 PM Javan Okendo ***@***.***> wrote:
Hi,
The error is still there after using
BiocManager::install("wenbostar/PGA")
to install the package.
On Tue, May 5, 2020 at 7:20 PM Bo ***@***.***> wrote:
> Could you please install the version at github by using the following
> code? Please let me know if you still get this error using the new version.
>
> BiocManager::install("wenbostar/PGA")
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#14 (comment)>, or
> unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AGJ34O35IDWKQAYHB4CVTQ3RQBDEFANCNFSM4MYJEPFA>
> .
>
|
Hi,
Here is the code:parserGear(file = idfile, db = dbfile,
decoyPrefix="#REV#",xmx=1,thread=8,outdir = "parser_outdir")
…On Tue, May 5, 2020 at 10:20 PM Javan Okendo ***@***.***> wrote:
I meant that the following error is still coming up
Error in system(command = tandemparser, intern = TRUE) :
'C:\Program' not found
On Tue, May 5, 2020 at 10:17 PM Javan Okendo ***@***.***>
wrote:
> Hi,
>
> The error is still there after using
>
> BiocManager::install("wenbostar/PGA")
>
> to install the package.
>
>
>
> On Tue, May 5, 2020 at 7:20 PM Bo ***@***.***> wrote:
>
>> Could you please install the version at github by using the following
>> code? Please let me know if you still get this error using the new version.
>>
>> BiocManager::install("wenbostar/PGA")
>>
>> —
>> You are receiving this because you authored the thread.
>> Reply to this email directly, view it on GitHub
>> <#14 (comment)>, or
>> unsubscribe
>> <https://github.com/notifications/unsubscribe-auth/AGJ34O35IDWKQAYHB4CVTQ3RQBDEFANCNFSM4MYJEPFA>
>> .
>>
>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Count you give an example on how one can run his/her own data using this wonderful pipeline. This information is lacking in the tutorial section
The text was updated successfully, but these errors were encountered: