Skip to content

Commit

Permalink
updated help for --outPackagePath
Browse files Browse the repository at this point in the history
  • Loading branch information
stschiff committed Nov 22, 2024
1 parent 2499894 commit c291389
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Poseidon/CLI/OptparseApplicativeParsers.hs
Original file line number Diff line number Diff line change
Expand Up @@ -557,9 +557,9 @@ parseMaybeOutPackagePath = OP.option (Just <$> OP.str) (
OP.short 'o' <>
OP.long "outPackagePath" <>
OP.metavar "DIR" <>
OP.help "Path to the output package directory. This is optional: If no path is provided, \
\then the output is written to the directories where the input genotype data file \
\(.bed/.geno) is stored." <>
OP.help "Path for the converted genotype files to be written to. If a path is provided, only the converted genotype \

Check warning on line 560 in src/Poseidon/CLI/OptparseApplicativeParsers.hs

View check run for this annotation

Codecov / codecov/patch

src/Poseidon/CLI/OptparseApplicativeParsers.hs#L560

Added line #L560 was not covered by tests
\files are written out, with no change of the original package. If no path is provided, \
\genotype files will be converted in-place, including a change in the POSEIDON.yml file to yield an updated valid package" <>
OP.value Nothing <>
OP.showDefault
)
Expand Down

0 comments on commit c291389

Please sign in to comment.