ataudt / aneufinder

Find CNVs in single cell sequencing data.
17 stars 18 forks source link

connect to host 4 port 22: Invalid argument #1

Closed leon8889 closed 7 years ago

leon8889 commented 8 years ago

I am trying to run Aneufinder(inputfolder=infolder, outputfolder=outfolder,format="bam", numCPU=cpu, method=c("HMM","dnacopy"),pairedEndReads = TRUE )

A config file is created and then I get the Message: Setting up parallel execution with 4 CPUs ...ssh: connect to host 4 port 22: Invalid argument and then nothing happens.

What is wrong here??

ataudt commented 8 years ago

Hi Leon,

I can reproduce your error by running Aneufinder(..., numCPU="4")

The correct way to run it is Aneufinder(..., numCPU=4)

Your variable 'cpu' most likely contains 4 as a string, not a number. Running Aneufinder(..., numCPU=as.numeric(cpu)) should fix the issue.

Best, Aaron

Dipl. Biol. (t.o.) Aaron Taudt | PhD Student | University Medical Center Groningen European Research Institute for the Biology of Ageing (ERIBA) | Quantitative Epigenetics A. Deusinglaan 1, gebouw 3226 | 9700 AD Groningen. | www.ERIBA.umcg.nlhttps://mail.umcg.nl/owa/UrlBlockedError.aspx


From: leon8889 [notifications@github.com] Sent: Tuesday, August 09, 2016 4:36 PM To: ataudt/aneufinder Subject: [ataudt/aneufinder] connect to host 4 port 22: Invalid argument (#1)

I am trying to run Aneufinder(inputfolder=infolder, outputfolder=outfolder,format="bam", numCPU=cpu, method=c("HMM","dnacopy"),pairedEndReads = TRUE )

A config file is created and then I get the Message: Setting up parallel execution with 4 CPUs ...ssh: connect to host 4 port 22: Invalid argument and then nothing happens.

What is wrong here??

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/ataudt/aneufinder/issues/1, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AHHpsNvgTZrS2CkYoPgM7eUFNL_5BMThks5qeJBegaJpZM4JgJTQ.


De inhoud van dit bericht is vertrouwelijk en alleen bestemd voor de geadresseerde(n). Anderen dan de geadresseerde(n) mogen geen gebruik maken van dit bericht, het niet openbaar maken of op enige wijze verspreiden of vermenigvuldigen. Het UMCG kan niet aansprakelijk gesteld worden voor een incomplete aankomst of vertraging van dit verzonden bericht.

The contents of this message are confidential and only intended for the eyes of the addressee(s). Others than the addressee(s) are not allowed to use this message, to make it public or to distribute or multiply this message in any way. The UMCG cannot be held responsible for incomplete reception or delay of this transferred message.