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

--protocol sequence not passed to mirtrace? #172

Closed
JanineRoy opened this issue Jul 14, 2022 · 1 comment
Closed

--protocol sequence not passed to mirtrace? #172

JanineRoy opened this issue Jul 14, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@JanineRoy
Copy link

Description of the bug

We have data created using QIASEQ protocol.
When setting --protocol "qiaseq" and investigating mirtrace QC output, no adapter got removed.
Output from mirtrace:
image
but mirtop creates a file with many mirna counts.

Nevertheless, when directly stating --three_prime_clip_r1 0 --clip_r1 0 --three_prime_adapter "AACTGTAGGCACCATCAAT" (please not that this is the same sequence as in the --protocol "qiaseq"), mirtrace is able to remove adapter:
image
but then the downstream analysis breaks (mirtop, MULTIQC).
The above also only works, when I do not state --protocol "custom", otherwise mirtrace breaks. Seems like there is no "custom" defined in mirtrace.

maybe related to?
#168

Command used and terminal output

# this lets mirtrace remove adapter, but mirtope and multiQC fail
nextflow run nf-core/smrnaseq -profile bi,cluster --input smRNASeq_input_test.csv \
--outdir 00_test_smRNAseq_qiaseq_as_custom/ --genome GRCh38 -r dev --mirtrace_species "hsa"  \
--skip_mirdeep \
--three_prime_clip_r1 0 --clip_r1 0 --three_prime_adapter "AACTGTAGGCACCATCAAT"

# this lets mirtop create a good looking result, but mirtrace is not able to remove adapters
nextflow run nf-core/smrnaseq -profile bi,cluster --input smRNASeq_input_test.csv \
--outdir 00_test_smRNAseq_qiaseq/ \
--genome GRCh38 -r dev --mirtrace_species "hsa" --protocol "qiaseq" --skip_mirdeep

Relevant files

No response

System information

Nextflow version 22.04.0

@JanineRoy JanineRoy added the bug Something isn't working label Jul 14, 2022
@apeltzer apeltzer self-assigned this Jul 14, 2022
@apeltzer apeltzer added this to the Release 2.1.0 milestone Jul 14, 2022
@apeltzer apeltzer mentioned this issue Jul 14, 2022
10 tasks
@apeltzer
Copy link
Member

Fixed in dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants