Skip to content

Commit

Permalink
Add source-related files for liftOver
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Eagles committed Mar 26, 2024
1 parent 2eac705 commit 19d8809
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions liftover/1.0/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
liftOver
29 changes: 29 additions & 0 deletions liftover/1.0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
```bash
## Commands used for installing the software
wget http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/liftOver

echo 'liftOver' > .gitignore

chmod 775 -R .

## Version control files
git add .gitignore
git add README.md
```

```bash
## Evaluate the following commands
$ module list

Currently Loaded Modules:
1) JHPCE_ROCKY9_DEFAULT_ENV 2) JHPCE_tools/3.0



$ date
Tue Mar 26 01:28:52 PM EDT 2024
$ echo "User: ${USER}"
User: neagles
$ echo "Hostname: ${HOSTNAME}"
Hostname: compute-100.cm.cluster
```

0 comments on commit 19d8809

Please sign in to comment.