Skip to content

Commit

Permalink
fixed usage
Browse files Browse the repository at this point in the history
  • Loading branch information
josura committed Aug 30, 2023
1 parent 9a64adb commit 75825e3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ make

## USAGE
```bash
./build/c2c-sepia --fMETAPATHWAY [metapathway].tsv --fLogfoldPerCell [logfoldPerCell].tsv --dirCellInteraction [celltypesInteractionFolder]
./build/c2c-sepia --fUniqueGraph [graph].tsv --fInitialPerturbationPerType [matrix].tsv --typeInteractionFolder [typesInteractionFolder]
```

The options are the following:
Expand Down Expand Up @@ -61,8 +61,9 @@ For the structure of the input see the following reference example data in the r

## EXAMPLES

### different graphs, saturation at 1, dissipation scaled at 0.2, conservation scaled at 0.5
```bash
c2c-sepia --graphsFilesFolder data/testdata/testHeterogeneousGraph/graphs \
./c2c-sepia --graphsFilesFolder data/testdata/testHeterogeneousGraph/graphs \
--initialPerturbationPerTypeFolder data/testdata/testHeterogeneousGraph/initialValuesPartialTypes \
--typeInteractionFolder data/testdata/testHeterogeneousGraph/interactions \
--subtypes data/testdata/testGraph/subcelltypes.txt \
Expand All @@ -71,7 +72,7 @@ c2c-sepia --graphsFilesFolder data/testdata/testHeterogeneousGraph/graphs \
--saturation \
--conservationModel scaled \
--conservationModelParameters 0.5 \
--outputFolder outputs"
--outputFolder outputs
```

## things to consider
Expand Down

0 comments on commit 75825e3

Please sign in to comment.