Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot run my dataset using the pipeline #4

Open
newuser1971 opened this issue Jun 21, 2023 · 9 comments
Open

Cannot run my dataset using the pipeline #4

newuser1971 opened this issue Jun 21, 2023 · 9 comments

Comments

@newuser1971
Copy link

I installed the pipeline on centos 7 cluster. I can run the pipeline using test_data successfully. When I tried to run my own dataset, the pipeline failed. The workflow terminated earlier.

image

@jinfinance
Copy link
Contributor

Thank you for trying out our pipeline!

Based on the screenshot provided, it appears that you are running the pipeline with your own dataset, albeit with the test profile setting, which is fine. I noticed that each process is tagged with "3-AdVB3-27_no_human," indicating that you have already updated the 'params.reads' parameter to point to your data path, and there is only one fastq.gz file in that folder. However, it's important to confirm whether you have also created your own primer information file and updated the 'params.primer' parameter accordingly. If not, the pipeline will use the given '451_subset_primer_pairs' for the primer removal step.

Regarding the issue you mentioned, it would be helpful to know if any errors were thrown by Nextflow or if the pipeline terminated abruptly without any warning.

If you are willing to share your '3-AdVB3-27_no_human' reads file and your primer information file, we would be happy to test them on our end. This will assist us in further investigating the problem.

Thank you.

@newuser1971
Copy link
Author

newuser1971 commented Jun 22, 2023 via email

@jinfinance
Copy link
Contributor

Thank you Haibin,

But I only saw the primer info attached to the end of your message. There are no attachment files.. Maybe you can push them to one of your github repos and forward me the link.

@jinfinance
Copy link
Contributor

a few more thoughts. If it the pipeline did terminate without any warnings, it seems like either pair_merging process or quality_filtering process did not generate any outputs, so all subsequent processes just stopped (because there are no inputs).

Can you check that in the pipeline's output folder, there should be a '3-AdVB3-27_no_human' folder with a 'temp' sub-folder in there. And there should be some fastq files in the 'temp' folder.

One more thing, I actually don't know much about primers, but your primer length appears to be very long, 48 bps ?

@newuser1971
Copy link
Author

I checked the work/ directory in the first step "cutadapt" there are 28 fastq files whose size are all zero so I think it is not successful in the first step.

Yes the primer is long.

@newuser1971
Copy link
Author

@jinfinance
Copy link
Contributor

Sorry for the late response. I was on the road for a week. Thanks for all uploading all the files, I will try them out and let you know what I may find out.

@newuser1971
Copy link
Author

newuser1971 commented Jul 6, 2023 via email

@newuser1971
Copy link
Author

Do you guys have any update on this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants