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

nanopolish not executing #58

Closed
tzcoolman opened this issue Feb 27, 2024 · 7 comments
Closed

nanopolish not executing #58

tzcoolman opened this issue Feb 27, 2024 · 7 comments
Assignees

Comments

@tzcoolman
Copy link

Hi Luca,

Thanks for the pipeline.
I was running mop_tail and encountered the issue people previously reported:
#20
I was able to get away with it by doing 'nextflow -self-update'
The program was able to download nanopolish, however, this is what I got from the log file:

executor > local (12)
[- ] process > TAILFINDR_ESTIMATE_TAIL:est... -
[- ] process > collect_tailfindr_results -
[15/f6ce7b] process > checkRef (Checking GRCh38.p... [100%] 1 of 1 ✔
[db/430059] process > filter_bam (SGNex_Myeloma-N... [100%] 4 of 4 ✔
[19/ed9f58] process > SAMTOOLS_INDEX:indexBam (SG... [100%] 4 of 4 ✔
[- ] process > NANOPOLISH_POLYA_LEN:polyAtail -
[- ] process > NANOPOLISH_POLYA_LEN:collec... -
[- ] process > join_nanotail_results -
[c1/8a13a1] process > TAILFINDR_VER:getVersion [100%] 1 of 1 ✔
[0b/108860] process > NANOPOLISH_VER:getVersion [100%] 1 of 1 ✔
[f8/9a5349] process > SAMTOOLS_VER:getVersion [100%] 1 of 1 ✔
Pipeline BIOCORE@CRG Master of Pore completed!
Started at 2024-02-26T14:10:21.925352849-05:00
Finished at 2024-02-26T14:16:11.289517940-05:00
Time elapsed: 5m 49s
Execution status: OK
Completed at: 26-Feb-2024 14:16:11
Duration : 5m 49s
CPU hours : 0.7
Succeeded : 12

The nanopolish img was there. Iooks like it was not executed. Is there anyway to fix it? Thx.

tzcoolman

@lucacozzuto
Copy link
Member

can you send me the log, please?

@lucacozzuto lucacozzuto self-assigned this Feb 28, 2024
@tzcoolman
Copy link
Author

log.txt

Hi Luca,

Here it is.

@lucacozzuto
Copy link
Member

Hi, so I used the test data and it worked. Can you check you got all the outputs from mop_preprocess?

@lucacozzuto
Copy link
Member

In particular you need the following outputs:

/alignment/*_s.bam
/alignment/*_s.bam.bai
/fastq_files/*.fq.gz
/fast5_files/*
/assigned/*.assigned

@tzcoolman
Copy link
Author

capture2
I double-checked those files and they were there.
Is there any verbose mode that I can use to see more tail of the processing results?

@lucacozzuto
Copy link
Member

you can checkk the .nextflow.log in which more info are stored. I'm actually surprised. Can you also check the toy dataset?

@tzcoolman
Copy link
Author

Yes. The pipeline works with toy dataset. I directly used fastq files as input for mop_preprocess thus got error in mop_tail steps. Thank you Luca.

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