Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yoshimi authored Sep 20, 2021
1 parent eb5327d commit 7763fa5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ The configuration of this directory is shown below.
└── calc_cv_score.py # Calculating score
```

Sample files are located in ``samples/tool/cv``.

## Usage

### Making datasets for Cross-Validation
Expand Down Expand Up @@ -45,7 +47,7 @@ Parameters of the input file for `wrapper_cv_Gtau.py` is explained below.
- cmd
- type: list
- Description: Command of executing SpM in working directory.
ex.) \["./SpM.out"\], \["sh", "./spm.sh"\], \["qsub", "./spm.sh"\]
ex.) \["./SpM.out", "param.in" \], \["sh", "./spm.sh"\], \["qsub", "./spm.sh"\]
- path_to_job
- type: str
- Description: Path to base script or execution file.
Expand Down

0 comments on commit 7763fa5

Please sign in to comment.