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

Specifying minimap2 parameters #101

Open
lilif99 opened this issue Jul 16, 2024 · 3 comments
Open

Specifying minimap2 parameters #101

lilif99 opened this issue Jul 16, 2024 · 3 comments
Labels
question Further information is requested

Comments

@lilif99
Copy link

lilif99 commented Jul 16, 2024

Ask away!

Hi, I'm trying to specify the minimap2 parameter '--junc_bed' with a bed file of splice annotations to ensure the correct splice sites are mapped around my gene of interest, which is something that has worked well outside of this workflow.
My code looks like this:
nextflow run /home/lmf1u23/.nextflow/assets/epi2me-labs/wf-transcriptomes -resume --disable_ping true -profile apptainer -c /home/lmf1u23/nextflowa100_transcript.config --fastq ./FASTQ/CRA62.fastq --sample CRA62 --transcriptome_source reference-guided --ref_genome ./GCA_000001405.15_GRCh38_no_alt_analysis_set.fa --ref_annotation ./gencode.v41.annotations.gtf --out_dir ./CRA62/splice/ -with-apptainer ./epi2me.3 --cdna_kit SQK-PCS111 --pychopper_opts '-Q 5' --minimap2_opts '--junc_bed /home/lmf1u23/spliceannotations.bed' --min_feature_expr 2

But I keep getting an error at the pipeline:reference_assembly:map_reads step: [ERROR] unknown option in "--junc_bed"

Am I using it incorrectly or is this parameter not applicable for the epi2me wf?

@lilif99 lilif99 added the question Further information is requested label Jul 16, 2024
@sarahjeeeze
Copy link
Contributor

Thanks for letting us know, that is interesting. Could you let me know which minimap2 version you have locally? It might be that we need to update it in the workflow? minimap2 --version

@lilif99
Copy link
Author

lilif99 commented Jul 17, 2024

Hi @sarahjeeeze , I'm using the latest version of minimap2 2.28

@sarahjeeeze
Copy link
Contributor

Ah ok we are on 2.24 - we will look at updating it and let you know when this is ready.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Development

No branches or pull requests

2 participants