Skip to content

Commit

Permalink
changes to command help
Browse files Browse the repository at this point in the history
  • Loading branch information
vsbuffalo committed Sep 2, 2023
1 parent 71fbe93 commit 3454a97
Showing 1 changed file with 26 additions and 12 deletions.
38 changes: 26 additions & 12 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,36 @@ usage: scf [--help] <subcommand>
Some examples:
# initialize a new project
scf init
Set up a your user metadata:
$ sdf config --name \"Joan B. Scientist\" --email \"[email protected]\"
--affiliation \"UC Berkeley\"
# get data status
scf status
Initialize a new project:
$ sdf init
# get data sizes, etc.
scf stats
# pull in data
scf pull
Get data status (use --remotes for remote status and/or --all for all remote files):
$ sdf status
# link the directory data/supplement/ to figshare
# use the given token
scf link data/supplement figshare <token> [--name figshare project name]
Link the directory data/supplement/ to FigShare (requires API token):
$ sdf link data/supplement FigShare <token> [--name project_name]
Pull in data (you may want --overwrite):
$ sdf pull
Push data to a remote (you may want --overwrite):
$ sdf pull
Download a file from a URL and register it in the Data Manifest:
$ sdf get https://ftp.ensembl.org/some/path/to/large/data.fa.gz
Bulk download data from a bunch of URLs:
$ sdf bulk links_to_data.tsv --column 1 # links are in *second* column
See 'sdf --help' or `sdf <subcommand> --help`. Or, see the README at:
https://github.com/vsbuffalo/scidataflow/.
Please submit bugs or feature requests to:
https://github.com/vsbuffalo/scidataflow/issues.
";


Expand Down

0 comments on commit 3454a97

Please sign in to comment.