Skip to content

Commit

Permalink
added dot files
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Wells committed Oct 12, 2023
1 parent eff8d1d commit ecd8e9c
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
.nextflow*
work/
data/
test_data/
test_data/*
tests/*
results/
.DS_Store
testing/
testing*
*.pyc
*log
.devcontainer
.github
*.jar
.*
slurm*
*.fasta
FutureLabelNotes.txt
*.csv
*.tsv
databases/**
Makefile
*.bak
nf-test.config
docs/TODO.md
.git.bak
15 changes: 15 additions & 0 deletions .nf-core.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
repository_type: pipeline
lint:
files_exist:
- CODE_OF_CONDUCT.md
- assets/nf-core-mikrokondo_logo_light.png
- docs/images/nf-core-mikrokondo_logo_light.png
- docs/images/nf-core-mikrokondo_logo_dark.png
- .github/ISSUE_TEMPLATE/config.yml
- .github/workflows/awstest.yml
- .github/workflows/awsfulltest.yml
nextflow_config:
- manifest.name
- manifest.homePage
multiqc_config:
- report_comment
12 changes: 12 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
email_template.html
adaptivecard.json
slackreport.json
.nextflow*
work/
data/
results/
.DS_Store
testing/
testing*
*.pyc
bin/

0 comments on commit ecd8e9c

Please sign in to comment.