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

Fixing contamination_filter and mirdeep2 #294

Closed
wants to merge 25 commits into from

Conversation

sguizard
Copy link
Contributor

I tried to run the pipeline, but get some errors.
I studied the code and fix few things.

Here are the modifications I made:

  • Updated the doc to reflect the programs run by the pipeline (Trim Galore -> Fastp)
  • Replace the URLs of hairpin.fa and mature.fa to avoid having HTML code in the downloaded files
  • Fix MIRDEEP2 inputs channels
  • Fix bowtie_contaminant_map

I share my updates with you if you want to integrate them on nf-core repo.

@github-actions
Copy link

This PR is against the master branch ❌

  • Do not close this PR
  • Click Edit and change the base to dev
  • This CI test will remain failed until you push a new commit

Hi @sguizard,

It looks like this pull-request is has been made against the sguizard/smrnaseq master branch.
The master branch on nf-core repositories should always contain code from the latest release.
Because of this, PRs to master are only allowed if they come from the sguizard/smrnaseq dev branch.

You do not need to close this PR, you can change the target branch to dev by clicking the "Edit" button at the top of this page.
Note that even after this, the test will continue to show as failing until you push a new commit.

Thanks again for your contribution!

@github-actions
Copy link

github-actions bot commented Oct 27, 2023

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 2946ec7

+| ✅ 163 tests passed       |+
!| ❗   2 tests had warnings |!

❗ Test warnings:

  • pipeline_todos - TODO string in WorkflowSmrnaseq.groovy: Optionally add in-text citation tools to this list.
  • schema_description - No description provided in schema for parameter: save_merged

✅ Tests passed:

Run details

  • nf-core/tools version 2.11.1
  • Run at 2024-01-12 10:22:19

@sguizard sguizard changed the base branch from master to dev October 27, 2023 09:13
@lpantano
Copy link
Contributor

Thanks! I was trying this URL: https://mirbase.org/download/hairpin.fa and it is failing for me right now. Do you know the stability of this link?

@lpantano
Copy link
Contributor

oh, I guess mirbase is down right now.

@sguizard
Copy link
Contributor Author

Thanks! I was trying this URL: https://mirbase.org/download/hairpin.fa and it is failing for me right now. Do you know the stability of this link?

I think the two links are pointing the exact same file.
The original one seems to have HTML UI to make the navigation/reading easier for the profane.
I am pretty confident about the stability.
I suppose the sed code that cleans the HTML from the fasta can be removed.

@apeltzer
Copy link
Member

apeltzer commented Nov 2, 2023

Hm, that URL wasn't existing the last time we checked, thus the sed stuff got added to make sure we're cleaning up the files appropriately and then do not run into further trouble. I'm ok in dropping the sed code (as it simplifies things...) but am a bit hesitant as we had to change URLs a couple of times already 😓

@apeltzer
Copy link
Member

Thanks @sguizard - I pulled in your changes & commits to #303

@apeltzer apeltzer closed this Jan 12, 2024
@apeltzer apeltzer mentioned this pull request Jan 24, 2024
10 tasks
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

Successfully merging this pull request may close these issues.

None yet

3 participants