Skip to content

Commit

Permalink
chrom: add docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvollger committed Oct 8, 2023
1 parent 4ca7269 commit 8c81883
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.
35 changes: 0 additions & 35 deletions docs/ft-all-columns.md

This file was deleted.

5 changes: 0 additions & 5 deletions docs/make_help_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,3 @@ for subcommand in "" "extract" "center" "predict-m6a" "add-nucleosomes" "clear-k
cargo run -- $subcommand --help >>$out
echo '```' >>$out
done

# extract the column names for the all command
printf '# Columns in `ft extract --all`\n```\n' >docs/ft-all-columns.md
cargo run -- -v extract --all - tests/data/all.bam | head -n 1 | sed 's/\t/\n/g' >>docs/ft-all-columns.md
echo '```' >>docs/ft-all-columns.md

0 comments on commit 8c81883

Please sign in to comment.