Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Loevenich, Mathis committed Jun 25, 2020
2 parents f2a38ac + 5c5c651 commit 40e1a40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ source env/bin/activate
```
- to install all necesarry packages run:
```
pip install git+https://jugit.fz-juelich.de/inm7/infrastructure/loony_tools/htcondor-summariser-script.git
pip install git+https://github.com/psyinfra/htcompact.git
```
- The script sits here:
```
/bin/htcompact
```
also a basic setup.conf file will be installed, which is able to manage all command line arguments \
check: [CONFIG.md](https://jugit.fz-juelich.de/inm7/infrastructure/loony_tools/htcondor-summariser-script/-/blob/master/CONFIG.md) for more information
check: [CONFIG.md](https://github.com/psyinfra/htcompact/blob/master/CONFIG.md) for more information
<br>

### get started:
Expand Down Expand Up @@ -69,7 +69,7 @@ htcompact path_to_logs/job_5991_* -s (summarise all files starting with: job_59
htcompact path_to_logs/395_2.log --table-format=pretty
```

lets consider we also have a config file (see: [CONFIG.md](https://jugit.fz-juelich.de/inm7/infrastructure/loony_tools/htcondor-summariser-script/-/blob/master/CONFIG.md)) \
lets consider we also have a config file (see: [CONFIG.md](https://github.com/psyinfra/htcompact/blob/master/CONFIG.md)) \
a default setup.conf should already exist inside the project folder

possible configurations could be reduced to something like:
Expand All @@ -82,7 +82,7 @@ htcompact [files/directories] setup.conf (ignores files/directories set inside t
```

where all arguments, files and directories can be set inside that config file \
see: [CONFIG.md](https://jugit.fz-juelich.de/inm7/infrastructure/loony_tools/htcondor-summariser-script/-/blob/master/CONFIG.md)
see: [CONFIG.md](https://github.com/psyinfra/htcompact/blob/master/CONFIG.md)

possible output example:

Expand Down

0 comments on commit 40e1a40

Please sign in to comment.