winehq integration with R program running in linux

Questions about Wine on Linux
Locked
gcefalu
Level 1
Level 1
Posts: 5
Joined: Tue Nov 07, 2017 2:41 pm

winehq integration with R program running in linux

Post by gcefalu »

I need to install Proteowizard in linux ubuntu 17.10 (64). It seems that this proteowizard (Linux 64 bit) is not able to convert vendor files. I read an article at https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4113728/


I read the following bellow.


"Command line tools may be more convenient for researchers who want to streamline raw file management by creating batch scripts. This alternative protocol illustrates how to accomplish this with the fully-featured “msConvert” executable included in ProteoWizard.


Necessary Resources

The same necessities found in Basic Protocol 1 apply to this protocol, as well. Notably, some attempts to run command line ProteoWizard conversion under WINE (http://www.winehq.org) emulation have been successful, enabling users to convert vendor files within Linux environments."


Is the windows emulation software at (http://www.winehq.org) the only tool available to convert files in a Linux environment. We have an R program that runs in windows and calls the proteowizard converter to convert the raw files. I am going to install this program and all the programs called by our Program , for example Proteowizard, in a linux machine. How will the emulator integrate with the R program so that the R program can call proteowizar conversion tool?

Thanks
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: winehq integration with R program running in linux

Post by Bob Wya »

@gcefalu

Is there a question buried somewhere in that wall of text and multiple references to this website (why???)??

Wine is not an emulator it is a translator or translation layer. Subtle distinction - but important to know none-the-less!

I'd suggest by starting to read the Wine FAQ and Wine User's Guide...

I'd also recommend installing the latest Development release of Wine (2.20) - using the WineHQ Ubuntu Repository...
These are now available for Ubuntu 17.10 ...

Then, if you get stuck, you can post "actual questions" here...

Please use the forum Code:

Code: Select all

Code
tags to delimit any terminal commands or output - from regular forum text...


Bob
gcefalu
Level 1
Level 1
Posts: 5
Joined: Tue Nov 07, 2017 2:41 pm

Re: winehq integration with R program running in linux

Post by gcefalu »

I have executed the following commands:

but when I try to execute sudo apt-get update, i get the error below? Do you know what is causing it and what can I do to fix it?

gcefalu@ubuntu:/etc/apt$ sudo apt-get update
[sudo] password for gcefalu:
Ign:1 http://security.ubuntu.com/ubuntu artful-security InRelease
Ign:2 http://ppa.launchpad.net/marutter/rrutter/ubuntu artful InRelease
Ign:3 http://us.archive.ubuntu.com/ubuntu artful InRelease
Err:4 http://security.ubuntu.com/ubuntu artful-security Release
404 Not Found [IP: 91.189.91.23 80]
Ign:5 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu artful InRelease
Ign:6 http://us.archive.ubuntu.com/ubuntu artful-updates InRelease
Err:7 http://ppa.launchpad.net/marutter/rrutter/ubuntu artful Release
404 Not Found
Hit:8 https://dl.winehq.org/wine-builds/ubuntu artful InRelease
Ign:9 http://us.archive.ubuntu.com/ubuntu artful-backports InRelease
Hit:10 https://dl.winehq.org/wine-builds/ubuntu trusty InRelease
Err:11 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu artful Release
404 Not Found
Err:12 http://us.archive.ubuntu.com/ubuntu artful Release
404 Not Found [IP: 91.189.91.26 80]
Err:13 http://us.archive.ubuntu.com/ubuntu artful-updates Release
404 Not Found [IP: 91.189.91.26 80]
Err:14 http://us.archive.ubuntu.com/ubuntu artful-backports Release
404 Not Found [IP: 91.189.91.26 80]
Err:15 https://http//cran.stat.ucla.edu//bin/linux/ubuntu artful/ InRelease
Could not resolve 'http'
Reading package lists... Done
E: The repository 'http://security.ubuntu.com/ubuntu artful-security Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://ppa.launchpad.net/marutter/rrutter/ubuntu artful Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu artful Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://us.archive.ubuntu.com/ubuntu artful Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://us.archive.ubuntu.com/ubuntu artful-updates Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://us.archive.ubuntu.com/ubuntu artful-backports Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
User avatar
dimesio
Moderator
Moderator
Posts: 13204
Joined: Tue Mar 25, 2008 10:30 pm

Re: winehq integration with R program running in linux

Post by dimesio »

Based on what you posted, the WineHQ repository was added successfully; the errors were all for other repositories that have nothing to do with Wine. Ask on the Ubuntu forum for help cleaning up those errors.
gcefalu
Level 1
Level 1
Posts: 5
Joined: Tue Nov 07, 2017 2:41 pm

Re: winehq integration with R program running in linux

Post by gcefalu »

thank you
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: winehq integration with R program running in linux

Post by Bob Wya »

@gcefalu

Once again please use the Forum Code>>

Code: Select all

Code
tags !!

It is the little rectangular Code button - above the edit box for a new post, or when editing an existing post.
Just highlight the text you want, to be highlighted as code, and press the Code button.

Good habits become easier to maintain - if you practice them diligently! :lol:

Bob
Locked