ZhenyanLuo / Useful-but-not-important

Some tips
0 stars 0 forks source link

Use IGV or fastq on remote server #8

Open Junyan-Lin opened 2 years ago

Junyan-Lin commented 2 years ago

Connect to remote server with -X

ssh -X {remote server} conda install -c bioconda igv -y conda install -c bioconda fastqc -y

Then open a ubuntu subsystem window

igv

Should be ableto open a new window...

Junyan-Lin commented 2 years ago

Install Xming and Putty

image Then you can see the default setting of localhost, for example, mine is localhost:0.0 Then open Putty image Enable X11 forwarding and fill in your localhost address Then enter username and password to connect to the remote server image Enter 'igv' to use igv image Should open a new window