User Tools

Site Tools


analysis:course:week1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
analysis:course:week1 [2013/11/21 11:15]
mvdm [Be backup-aware]
analysis:course:week1 [2014/06/21 09:42]
mvdm [Setting up GitHub]
Line 44: Line 44:
  
 Important: the change you just made is limited to *your fork* only. The original repo that you forked is *not* automatically updated with your change! To remedy this, select "Pull Requests"​ on your repo site and choose "New Pull Request"​. The resulting page will show the diff of the file in your repo against the same file in the original repo, so it should highlight the change you made. Select "Click to create a Pull Request...",​ add a title, and click "Send Pull Request"​. Important: the change you just made is limited to *your fork* only. The original repo that you forked is *not* automatically updated with your change! To remedy this, select "Pull Requests"​ on your repo site and choose "New Pull Request"​. The resulting page will show the diff of the file in your repo against the same file in the original repo, so it should highlight the change you made. Select "Click to create a Pull Request...",​ add a title, and click "Send Pull Request"​.
 +
 +<​graphviz dot center>
 +digraph G {
 +  remote -> local [label="​pull"​];​
 +}
 +</​graphviz>​
  
 Now, the owner of the original repo (in this case, ''​mvdm''​) will need to approve the request before the change is merged into the original repo. You will get a confirmation message by e-mail when this is done. Now, the owner of the original repo (in this case, ''​mvdm''​) will need to approve the request before the change is merged into the original repo. You will get a confirmation message by e-mail when this is done.
Line 67: Line 73:
  
 Use a FTP client such as [[https://​filezilla-project.org/​|Filezilla]] or ''​WinSCP''​ to connect to the lab FTP server, ''​mvdmlab-nas1''​ (129.97.62.84). Configure your FTP client to require "​explicit FTP over TLS" and use ''​BIOL680''​ as username and password. In the ''​BIOL680''​ folder, download the folder ''​R016-2012-10-08''​. A good place to put this folder is in ''​D:​\data\promoted\R016\''​. (In general you want to keep your data separate from your code; for instance, multiple analysis projects may use the same data, so you don't want to duplicate it.) Use a FTP client such as [[https://​filezilla-project.org/​|Filezilla]] or ''​WinSCP''​ to connect to the lab FTP server, ''​mvdmlab-nas1''​ (129.97.62.84). Configure your FTP client to require "​explicit FTP over TLS" and use ''​BIOL680''​ as username and password. In the ''​BIOL680''​ folder, download the folder ''​R016-2012-10-08''​. A good place to put this folder is in ''​D:​\data\promoted\R016\''​. (In general you want to keep your data separate from your code; for instance, multiple analysis projects may use the same data, so you don't want to duplicate it.)
 +
 +Correct FileZilla configuration is the following:
 +
 +{{ :​analysis:​course:​ftp_config.png?​600 |}}
  
 You will have to be on campus to connect. If you still cannot log in to the server, send me your IP address and I will temporarily enable access for you. IF it still does not work, get the .zip {{:​analysis:​course:​r016-2012-10-08.zip|here}}. You will have to be on campus to connect. If you still cannot log in to the server, send me your IP address and I will temporarily enable access for you. IF it still does not work, get the .zip {{:​analysis:​course:​r016-2012-10-08.zip|here}}.
analysis/course/week1.txt ยท Last modified: 2018/07/07 10:19 (external edit)