-
_**Create two APIs with the following functionalities:**_
**Delete User Account:** An API that takes a username as input and deletes the corresponding user account after verification.
**Change Ema…
-
User encountered this error:
```
Unexpected Application Error!
Cannot read properties of null (reading 'toFixed')
TypeError: Cannot read properties of null (reading 'toFixed')
at https://bi…
-
q values should be in inverse Angstroms between 0.005 and 0.04.
-
We use a Perlmutter-specific Docker image to run the bulk of the BilboMD pipeline on Perlmutter.
This image is called `bilbomd-perlmutter-worker` and must be built on a login node and then "migrated"…
-
I would like to have a smooth way to deploy both a `production` and `development` version of `bilbomd-ui` to SPIN.
Since we deploy via docker image files pushed to registry.nersc.gov I think we nee…
-
copying files inside of `bilbomd.slurm` is a waste of computational resources. Write new function in `nersc-api-functions.ts` to copy results back to CFS.
-
- [ ] remove reference to the `Scoper` queue
- [ ] hide `workers`
-
We need to enhance our current workflow by implementing a GitHub Actions pipeline that automates the creation of Docker images dynamically. This enhancement aims to streamline the image build process,…
-
In particular I use `params` in a bunch of the functions. For example:
```javascript
const runMinimize = async (MQjob: BullMQJob, DBjob: IBilboMDJob) => {
console.log(MQjob.data)
console.…
-
Just some advice from ChatGPT:
Organizing a large TypeScript project into smaller, manageable files and logical directories is crucial for maintainability, scalability, and ease of understanding.…