Closed priyanka-surana closed 1 year ago
I am trying to see if I can get the GitHub CI working, since only the BUSCO step is the issue.
nf-core lint
overall result: Passed :white_check_mark: :warning:Posted for pipeline commit 7148e24
+| ✅ 132 tests passed |+
#| ❔ 18 tests were ignored |#
!| ❗ 2 tests had warnings |!
Just updated the tracedir
name. It was called variantcalling_info
instead of genomenote_info
🤣
There go 75% of my comments so far 😭
FYI the ASCII logo change I've pushed is the same I pushed to variant-calling and the download pipelines
The https
locations resolve and run the test correctly on tol
. Not sure why it is failing here or how to fix it? Any suggestions, much appreciated.
The test-data
bucket had inadvertently been restricted to the internal network only. I've removed that security policy and now all files can be accessed externally.
Can you run the tests? If yes, I would like to go ahead and merge it.
test
seems fine. test_full
fails because it can't find the flagstat file
ERROR ~ No such file or directory: /lustre/scratch123/tol/teams/tolit/users/ps22/pipelines/gnotes/assets/GCA_934047225.1.unmasked.hic.ilYpsSequ1.flagstat
test
seems fine.test_full
fails because it can't find the flagstat file
I deleted the file. This is on me. 🤦🏼♀️ Fixing now.
Realised that when multiple kmer libraries were passed, the pipeline was picking the first one for create table
. This is now changed where all are evaluated and the one with the maximum QV is selected.
Another question: Should I disable CI testing similar to BTK since it just does not work? I am not sure why it does not work.
Pipeline template updated to version 2.8.0. And lots of associated changes.