Installation and Usage
If you have paired-end umi-tagged fastqs, you can run the ACCESS fastq to bam workflow with the following steps
Last updated
Was this helpful?
If you have paired-end umi-tagged fastqs, you can run the ACCESS fastq to bam workflow with the following steps
Last updated
Was this helpful?
If you are using cwltool only, please proceed using python 3.9 as done below:
Here we can use either or . Here we will use conda.
If you are using toil, python 3 is required. Please install using Python 3.9 as done below:
Here we can use either or . Here we will use conda.
We have already specified the version of cwltool and other packages in the requirements.txt file. Please use this to install.
For HPC normally singularity is used for containers. Thus please make sure that is installed. For JUNO, you can do the following:
We also need to make sure nodejs is installed, this can be installed using conda:
For details on how to create this file, please follow this example (there is a minimal example of what needs to be filled in at the end of the page):
It's also possible to create and fill in a "template" inputs file using this command:
This may or may not work. We are not exactly sure why. But you can always use Rabix to generate the template input
Once we have successfully installed the requirements we can now run the workflow using cwltool/toil .
Next, you must generate a proper input file in either or format.
Here we show how to use to run the workflow on a single machine, such as a laptop
Here we show how to run the workflow using using single machine interface
Once we have successfully installed the requirements we can now run the workflow using cwltool if you have proper input file generated either in or format. Please look at for more details.
Here we show how to run the workflow using on MSKCC internal compute cluster called JUNO which has as a scheduler.
Run the workflow with a given set of input using on JUNO (MSKCC Research Cluster)
Your workflow should now be running on the specified batch system. See for a description of the resulting files when is it completed.