Test deployment
After your Docker Compose or Kubernetes installation is complete, follow these steps to test whether the application is running as expected:
- 
Log in to the application.
 - 
Create an organization.
 - 
Create a workspace within the organization.
 - 
Create a new compute environment.
 - 
Add your GitHub credentials.
 - 
Select Quick Launch from the Launchpad tab in your workspace.
 - 
Enter the repository URL for the
nf-core/rnaseqpipeline (https://github.com/nf-core/rnaseq). - 
In the Config profiles drop-down menu, select the
testprofile. - 
In Pipeline parameters, change the output directory to a location based on your compute environment:
# Uncomment to save to an S3 bucket
# outdir: s3://<your-bucket>/results
# Uncomment to save to a scratch directory (Kubernetes)
# outdir: /scratch/results - 
Select Launch. You'll be redirected to the Runs tab for the workflow. After a few minutes, progress logs will be listed in that workflow's Execution log tab.