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

Nf test additions #16

Merged
merged 32 commits into from
Feb 19, 2025
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
7860794
Merge branch 'dev' of https://github.com/sanger-tol/ear into dev
DLBPointon Jan 21, 2025
361a72b
Adding NF-TEST files
DLBPointon Feb 7, 2025
4761520
Updating CICD
DLBPointon Feb 7, 2025
9d01433
Reduce limit of 8.d to 2.d
DLBPointon Feb 7, 2025
c5e7ea4
updates
DLBPointon Feb 7, 2025
23c8fa5
Merge pull request #18 from sanger-tol/dev
DLBPointon Feb 7, 2025
8edc609
Update to template
DLBPointon Feb 7, 2025
86ccafc
Update
DLBPointon Feb 7, 2025
e8ca487
Template update for nf-core/tools version 3.2.0
DLBPointon Feb 7, 2025
37a26e4
Merge branch 'TEMPLATE' into Template_update_3.0
DLBPointon Feb 7, 2025
a27fed3
Template update to v3
DLBPointon Feb 7, 2025
a7fe938
Merge branch 'NF-TEST-ADDITIONS' into Template_update_3.0
DLBPointon Feb 7, 2025
e88f971
commenting out some of the template
DLBPointon Feb 7, 2025
966da01
Update snapshot
DLBPointon Feb 7, 2025
b2c0c7d
Update snapshot
DLBPointon Feb 7, 2025
8b4d68f
Merge pull request #20 from sanger-tol/Template_update_3.0
DLBPointon Feb 7, 2025
2b2c7a5
Updates
DLBPointon Feb 10, 2025
b7df2bc
Merge pull request #21 from sanger-tol/Template_update_3.0
DLBPointon Feb 10, 2025
df97847
Updated to remove mapping
DLBPointon Feb 12, 2025
f48810d
Merge branch 'NF-TEST-ADDITIONS' into DLBPointon/issue22
DLBPointon Feb 12, 2025
e03814b
Removing unused vbase.config
DLBPointon Feb 12, 2025
cf033fa
Updates
DLBPointon Feb 12, 2025
18f68f9
Updates to md files
DLBPointon Feb 12, 2025
c18a84a
Updates to the CICD
DLBPointon Feb 12, 2025
239ea63
Updates to the CICD
DLBPointon Feb 12, 2025
2371bf9
Merge pull request #23 from sanger-tol/DLBPointon/issue22
DLBPointon Feb 12, 2025
17d4836
minor changes
DLBPointon Feb 13, 2025
d26b965
Re-adding check_max
DLBPointon Feb 17, 2025
35863c3
Merge branch 'NF-TEST-ADDITIONS' into DLBPointon/issue22
DLBPointon Feb 17, 2025
3c2a703
Merge pull request #24 from sanger-tol/DLBPointon/issue22
DLBPointon Feb 17, 2025
4a6f544
moving around the -resume flag
DLBPointon Feb 19, 2025
8a416e8
merge and move
DLBPointon Feb 19, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updates
  • Loading branch information
DLBPointon committed Feb 7, 2025
commit c5e7ea4fa0fecd3478081023c488f7bb50c5e775
2 changes: 1 addition & 1 deletion .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: nf-core branch protection
# It fails when someone tries to make a PR against the nf-core `master` branch instead of `dev`
on:
pull_request_target:
branches: [master]
branches: [main]

jobs:
test:
Expand Down