GitXplorerGitXplorer
m

Structural_Similarity_Workflow

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
4d11c180af2adb4399e14f64e38e49762ccc72f5

updating parallelism

mmwang87 committed 2 years ago
Unverified
ed9718597e3422f5bedb70e5a361a9113f70103c

lowering parallelism

mmwang87 committed 2 years ago
Unverified
67cbe95e368a02c17b96ced8d209717234c6e175

bug fix for dependencies

mmwang87 committed 2 years ago
Unverified
8396b6235f215233b6ad6de04343bce12a0579d5

updating workflow

mmwang87 committed 2 years ago
Unverified
a273fee0e5ea0353d7792cad421b344ac1943d07

adding code

mmwang87 committed 2 years ago
Verified
a5cd5ca4ce85a96f2089c8e2aa7c8d95ff7740a7

Initial commit

mmwang87 committed 2 years ago

README

The README file for this repository.

Nextflow Template

To run the workflow to test simply do

make run

To learn NextFlow checkout this documentation:

https://www.nextflow.io/docs/latest/index.html

Deployment to GNPS2

In order to deploy, we have a set of deployment tools that will enable deployment to the various gnps systems. To run the deployment, use the following commands from the deploy_gnps2 folder.

make deploy-prod

You might need to checkout the module, do this by running

git submodule init
git submodule update