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

mirdeep2_run error #289

Closed
yangfeizZZ opened this issue Sep 24, 2023 · 6 comments
Closed

mirdeep2_run error #289

yangfeizZZ opened this issue Sep 24, 2023 · 6 comments
Labels
bug Something isn't working

Comments

@yangfeizZZ
Copy link

Description of the bug

when i nun:
nextflow run nf-core/smrnaseq -profile docker --input samplesheet.csv --genome 'GRCm38' --mirtrace_species 'mmu' --outdir ../J1EV_S1_result/
i got an error:
微信截图_20230924083613
I don't know why~

Command used and terminal output

No response

Relevant files

No response

System information

No response

@yangfeizZZ yangfeizZZ added the bug Something isn't working label Sep 24, 2023
@marchoeppner
Copy link

marchoeppner commented Sep 28, 2023

This is caused by:

tuple val(meta2), path('*_idx.fa') , emit: formatted_fasta

The emission from this process, pre-formatting the mirna data, emits a [ hash, file ] Channel, while mirdeep_run expects only [ file ] here:

Same for the 'mature' fasta input.

As a workaround, you can just edit the module to update the input structure for those two channels.

@yangfeizZZ
Copy link
Author

This is caused by:

tuple val(meta2), path('*_idx.fa') , emit: formatted_fasta

The emission from this process, pre-formatting the mirna data, emits a [ hash, file ] Channel, while mirdeep_run expects only [ file ] here:

Same for the 'mature' fasta input.

As a workaround, you can just edit the module to update the input structure for those two channels.

sorry,i am not good at nextflow. I can't understand fully what you explain. I also don't know how to solve it. Would mind me help me more carefully and use a sample word to say.
Thank you~~~

@marchoeppner
Copy link

marchoeppner commented Sep 29, 2023

Right, apologies, I am not a developer in this project and if the code base is unfamiliar to you, it would probably prove complicated to sort this out remotely.

Have you tried running this pipeline in an older version? I am not 100% sure when this issue was introduced, but presumably it did not exist in older stable releases

Just rerun with something like:
nextflow run nf-core/smrnaseq -r 2.1.0 ...

@yangfeizZZ
Copy link
Author

Right, apologies, I am not a developer in this project and if the code base is unfamiliar to you, it would probably prove complicated to sort this out remotely.

Have you tried running this pipeline in an older version? I am not 100% sure when this issue was introduced, but presumably it did not exist in older stable releases

Just rerun with something like: nextflow run nf-core/smrnaseq -r 2.1.0 ...

I download this pipeline on my linux, and the version is 2.2.3

@subrahmanya-nayak
Copy link

@yangfeizZZ Did you get any solutions for this?

@apeltzer
Copy link
Member

Should be fine on dev already, if not let us know

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

4 participants