wurmlab/sequenceserver

limit query size and customize /tmp dir

Open

#535 opened on Jul 22, 2021

View on GitHub
 (3 comments) (2 reactions) (0 assignees)JavaScript (121 forks)github user discovery
hacktoberfest

Repository metrics

Stars
 (299 stars)
PR merge metrics
 (PR metrics pending)

Description

We set up a sequenceserver app for public and usually the /tmp dir would ran out of disk storage because of long DNA query sizes resulting in large temporary files.

Therefore two configs are needed: (1) an option that limits the maxium input sequence lengths (2) an option that customize a directory for temporary files.

Contributor guide