8000 SL-77 Add .github files · Pull Request #4 · nf-core/rnasplice · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SL-77 Add .github files #4

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

Merged
3 commits merged into from
Oct 20, 2022
Merged

SL-77 Add .github files #4

3 commits merged into from
Oct 20, 2022

Conversation

ghost
Copy link
@ghost ghost commented Oct 20, 2022

No description provided.

@github-actions
Copy link

Python linting (black) is failing

To keep the code consistent with lots of contributors, we run automated code consistency checks.
To fix this CI test, please run:

  • Install black: pip install black
  • Fix formatting errors in your pipeline: black .

Once you push these changes the test should pass, and you can hide this comment 👍

We highly recommend setting up Black in your code editor so that this formatting is done automatically on s 8000 ave. Ask about it on Slack for help!

Thanks again for your contribution!

@ghost ghost merged commit 083192d into dev Oct 20, 2022
@github-actions
Copy link
github-actions bot commented Oct 20, 2022

nf-core lint overall result: Failed ❌

Posted for pipeline commit 7cda594

+| ✅ 156 tests passed       |+
!| ❗  16 tests had warnings |!
-| ❌  55 tests failed       |-

❌ Test failures:

  • schema_params - Param transcript_fasta from nextflow config not found in nextflow_schema.json
  • schema_params - Param additional_fasta from nextflow config not found in nextflow_schema.json
  • schema_params - Param gtf_extra_attributes from nextflow config not found in nextflow_schema.json
  • schema_params - Param gtf_group_features from nextflow config not found in nextflow_schema.json
  • schema_params - Param gencode from nextflow config not found in nextflow_schema.json
  • schema_params - Param featurecounts_group_type from nextflow config not found in nextflow_schema.json
  • schema_params - Param featurecounts_feature_type from nextflow config not found in nextflow_schema.json
  • schema_params - Param save_reference from nextflow config not found in nextflow_schema.json
  • schema_params - Param min_trimmed_reads from nextflow config not found in nextflow_schema.json
  • schema_params - Param clip_r1 from nextflow config not found in nextflow_schema.json
  • schema_params - Param clip_r2 from nextflow config not found in nextflow_schema.json
  • schema_params - Param three_prime_clip_r1 from nextflow config not found in nextflow_schema.json
  • schema_params - Param three_prime_clip_r2 from nextflow config not found in nextflow_schema.json
  • schema_params - Param trim_nextseq from nextflow config not found in nextflow_schema.json
  • schema_params - Param save_trimmed from nextflow config not found in nextflow_schema.json
  • schema_params - Param skip_trimming from nextflow config not found in nextflow_schema.json
  • schema_params - Param skip_trimgalore_fastqc from nextflow config not found in nextflow_schema.json
  • schema_params - Param skip_fastqc from nextflow config not found in nextflow_schema.json
  • schema_params - Param skip_qc from nextflow config not found in nextflow_schema.json
  • schema_params - Param skip_bigwig from nextflow config not found in nextflow_schema.json
  • schema_params - Param aligner from nextflow config not found in nextflow_schema.json
  • schema_params - Param pseudo_aligner from nextflow config not found in nextflow_schema.json
  • schema_params - Param bam_csi_index from nextflow config not found in nextflow_schema.json
  • schema_params - Param seq_center from nextflow config not found in nextflow_schema.json
  • schema_params - Param salmon_quant_libtype from nextflow config not found in nextflow_schema.json
  • schema_params - Param star_ignore_sjdbgtf from nextflow config not found in nextflow_schema.json
  • schema_params - Param skip_alignment from nextflow config not found in nextflow_schema.json
  • schema_params - Param save_unaligned from nextflow config not found in nextflow_schema.json
  • schema_params - Param save_align_intermeds from nextflow config not found in nextflow_schema.json
  • schema_params - Param save_merged_fastq from nextflow config not found in nextflow_schema.json
  • schema_params - Param rmats from nextflow config not found in nextflow_schema.json
  • schema_params - Param rmats_splice_diff_cutoff from nextflow config not found in nextflow_schema.json
  • schema_params - Param rmats_paired_stats from nextflow config not found in nextflow_schema.json
  • schema_params - Param rmats_read_len from nextflow config not found in nextflow_schema.json
  • schema_params - Param rmats_novel_splice_site from nextflow config not found in nextflow_schema.json
  • schema_params - Param rmats_min_intron_len from nextflow config not found in nextflow_schema.json
  • schema_params - Param rmats_max_exon_len from nextflow config not found in nextflow_schema.json
  • schema_params - Param dexseq_exon from nextflow config not found in nextflow_schema.json
  • schema_params - Param gff_dexseq from nextflow config not found in nextflow_schema.json
  • schema_params - Param alignment_quality from nextflow config not found in nextflow_schema.json
  • schema_params - Param aggregation from nextflow config not found in nextflow_schema.json
  • schema_params - Param deu_lfc_denominator from nextflow config not found in nextflow_schema.json
  • schema_params - Param edger_exon from nextflow config not found in nextflow_schema.json
  • schema_params - Param dexseq_dtu from nextflow config not found in nextflow_schema.json
  • schema_params - Param dtu_txi from nextflow config not found in nextflow_schema.json
  • schema_params - Param dtu_lfc_denominator from nextflow config not found in nextflow_schema.json
  • schema_params - Param min_samps_feature_expr from nextflow config not found in nextflow_schema.json
  • schema_params - Param min_samps_feature_prop from nextflow config not found in nextflow_schema.json
  • schema_params - Param min_samps_gene_expr from nextflow config not found in nextflow_schema.json
  • schema_params - Param min_feature_expr from nextflow config not found in nextflow_schema.json
  • schema_params - Param min_feature_prop from nextflow config not found in nextflow_schema.json
  • schema_params - Param min_gene_expr from nextflow config not found in nextflow_schema.json
  • schema_params - Param gtf from nextflow config not found in nextflow_schema.json
  • schema_params - Param star_index from nextflow config not found in nextflow_schema.json
  • schema_params - Param salmon_index from nextflow config not found in nextflow_schema.json

❗ Test warnings:

  • pipeline_todos - TODO string in README.md: Write a 1-2 sentence summary of what data the pipeline is for and what it does
  • pipeline_todos - TODO string in README.md: Add full-sized test dataset and amend the paragraph below if applicable
  • pipeline_todos - TODO string in README.md: Fill in short bullet-pointed list of the default steps in the pipeline
  • pipeline_todos - TODO string in README.md: Update the example "typical command" below used to run the pipeline
  • pipeline_todos - TODO string in README.md: If applicable, make list of people who have also contributed
  • pipeline_todos - TODO string in README.md: Add citation for pipeline after first release. Uncomment lines below and update Zenodo doi and badge at the top of this file.
  • pipeline_todos - TODO string in README.md: Add bibliography of tools and data used in your pipeline
  • pipeline_todos - TODO string in nextflow.config: Specify your pipeline's command line flags
  • pipeline_todos - TODO string in WorkflowMain.groovy: Add Zenodo DOI for pipeline after first release
  • pipeline_todos - TODO string in base.config: Check the defaults for all processes
  • pipeline_todos - TODO string in base.config: Customise requirements for specific processes.
  • pipeline_todos - TODO string in rnasplice.nf: Add all file path parameters for the pipeline to the list below
  • pipeline_todos - TODO string in ci.yml: You can customise CI pipeline run tests as required
  • pipeline_todos - TODO string in awsfulltest.yml: You can customise AWS full pipeline tests as required
  • pipeline_todos - TODO string in usage.md: Add documentation about anything specific to running your pipeline. For general topics, please point to (and add to) the main nf-core website.
  • pipeline_todos - TODO string in output.md: Write this documentation describing your workflow's output

✅ Tests passed:

Run details

  • nf-core/tools version 2.6
  • Run at 2022-10-20 11:33:00

@ghost ghost deleted the SL-77-set-up-github-ci-tests branch October 20, 2022 12:14
This pull request was closed.
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.

1 participant
0