You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
Following the readme file, I have put the fastq files, a .fa of the reference trnascriptome, and a .gtf corresponding to the transcriptome in the data folder, and edited the config file appropriately.
When first running the pipeline, it installed all of the dependencies without a problem. Now, it gives the following message:
Building DAG of jobs...
Nothing to be done.
I cannot identify anything else I have to provide to make it work, am I setting up the config.yaml incorrectly?
The text was updated successfully, but these errors were encountered:
Hello,
I have started using this pipeline lately so a bit late reply.
"Nothing to be done" usually comes when output folder named in config file by you is already present in same location. Better you remove same name folder from that location or change the output folder name in config file. Point is one should not name the output folder in config file as one already present in location.
Hopefully this will help anyone finding this error.
Thanks
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Following the readme file, I have put the fastq files, a .fa of the reference trnascriptome, and a .gtf corresponding to the transcriptome in the data folder, and edited the config file appropriately.
When first running the pipeline, it installed all of the dependencies without a problem. Now, it gives the following message:
Building DAG of jobs...
Nothing to be done.
I cannot identify anything else I have to provide to make it work, am I setting up the config.yaml incorrectly?
The text was updated successfully, but these errors were encountered: