Skip to content

Commit

Permalink
Add note on max # of IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraluebbert authored Oct 23, 2024
1 parent c4ed5e3 commit aeaf945
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/en/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Return format: JSON (command-line) or data frame/CSV (Python).

**Positional argument**
`ens_ids`
One or more Ensembl IDs (WormBase and Flybase IDs are also supported).
One or more Ensembl IDs (WormBase and Flybase IDs are also supported).
NOTE: Providing a list of more than 1,000 Ensembl IDs at once might result in a server error (to process more than 1,000 IDs, split the list of IDs into chunks of 1,000 IDs and run these separately).

**Optional arguments**
`-o` `--out`
Expand Down

0 comments on commit aeaf945

Please sign in to comment.