Skip to content

Commit

Permalink
Add source-related files for samblaster 0.1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Eagles committed Aug 28, 2023
1 parent b89967b commit bf2f397
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion samblaster/0.1.26/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
samblaster-v.0.1.26*
samblaster-v.0.1.26
24 changes: 12 additions & 12 deletions samblaster/0.1.26/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@
## Commands used for installing the software
wget https://github.com/GregoryFaust/samblaster/releases/download/v.0.1.26/samblaster-v.0.1.26.tar.gz
tar -xzf samblaster-v.0.1.26.tar.gz
rm samblaster-v.0.1.26.tar.gz
cd samblaster-v.0.1.26
make
cd ..

chmod 775 -R .

## Ignore all downloaded/installed files
echo "samblaster-v.0.1.26*" >> .gitignore
echo "samblaster-v.0.1.26" > .gitignore

## Version control files
git add .gitignore
Expand All @@ -23,25 +26,22 @@ git add README.md
module list
date
echo "User: ${USER}"
echo "Hostname: ${HOSTNAME}"
echo "Node name: ${SLURMD_NODENAME}"
```

```bash
## copy paste the output from the previous commands
$ module list

Currently Loaded Modules:
1) matlab/R2019a 5) gcc/4.4.7
2) stata/16 6) COMMUNITY_CENTOS7_DEFAULT_ENV
3) JHPCE_tools/1.0 7) JHPCE_CENTOS7_DEFAULT_ENV
4) sge/8.1.9 8) methyldackel/0.5.2

$ date
Thu Apr 15 16:01:44 EDT 2021
1) JHPCE_tools/3.0



$ date
Mon Aug 28 02:22:26 PM EDT 2023
$ echo "User: ${USER}"
User: neagles

$ echo "Hostname: ${HOSTNAME}"
Hostname: compute-105.cm.cluster
$ echo "Node name: ${SLURMD_NODENAME}"
Node name: compute-113
```

0 comments on commit bf2f397

Please sign in to comment.