-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from AymanBx/main
Community badge?
- Loading branch information
Showing
1 changed file
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ We connect with secure shell or `ssh` from our terminal (GitBash or Putty on win | |
|
||
````{margin} | ||
```{warning} | ||
This cluster is for course related purposes at URI, if you want to use a HPC system of some sort for a side project, consider Amazon Web Services, Google Cloud, or Microsoft Azul services, you can get some allocation for free a a student. | ||
This cluster is for course related purposes at URI, if you want to use a HPC system of some sort for a side project, consider Amazon Web Services, Google Cloud, or Microsoft Azul services, you can get some allocation for free as a student. | ||
If you are doing research supervised by a URI professor, there are other servers on campus and URI participates in a regional HPC resource as well. | ||
``` | ||
|
@@ -58,7 +58,7 @@ Warning: Permanently added 'seawulf.uri.edu,131.128.217.210' (ECDSA) to the list | |
[email protected]'s password: | ||
``` | ||
|
||
it does not show charachters when you type your password, but it works when hyou press enter | ||
It does not show charachters when you type your password, but it works when you press enter | ||
|
||
Then it requires you to change your password | ||
```{code-block} console | ||
|
@@ -99,7 +99,7 @@ brownsarahm@~ $ ssh -l brownsarahm seawulf.uri.edu | |
``` | ||
|
||
|
||
wehn you log in it shows you information about your recent logins. | ||
When you log in it shows you information about your recent logins. | ||
|
||
We have logged into our home directory which is empty | ||
|
||
|
@@ -216,7 +216,12 @@ SRR307025_1.fastq SRR307030_1.fastq | |
SRR307025_2.fastq SRR307030_2.fastq | ||
``` | ||
|
||
**Note:** | ||
To extract files to a different directory use the option ```--directory``` | ||
```--directory path/to/directory``` | ||
|
||
## Using a compute note | ||
<!--Is this intentionally empty??--> | ||
|
||
## Working with large files | ||
|
||
|