SCP Lab - statonlab/EPP_575_RNASeq_Workshop GitHub Wiki

Lets copy your blast output to your computer.

Open a new terminal. This terminal is currently "talking to" your own computer. It isn't connected to a remote server because we haven't used ssh yet. So we can copy from sphinx to your laptop.

(Make sure you are in a directory you can find! You might have to use ls and cd a bit to figure out where you are.)

cd Desktop
scp [email protected]:~/blast_examples/cow_vs_human_blast_results.tab .

Now you can open the file in a text editor or excel.

Lets try putting a file next.

mv cow_vs_human_blast_results.tab test.tab
scp test.tab [email protected]:~/blast_examples