Open LeonHornich opened 2 months ago
master
branch :x:base
to dev
Hi @LeonHornich,
It looks like this pull-request is has been made against the LeonHornich/crisprseq 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 LeonHornich/crisprseq 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!
nf-core lint
overall result: Failed :x:Posted for pipeline commit 05c4d56
+| ✅ 235 tests passed |+
#| ❔ 3 tests were ignored |#
!| ❗ 5 tests had warnings |!
-| ❌ 1 tests failed |-
This is a very early stage implementation of the nf-gpt plugin into the pipeline. It can currently handles a list of genes extracted from the drugZ, bagel2 or mle module output and parses it to the plugin.
You can run the changes using:
export OPENAI_API_KEY=your-api-key
nextflow run . -profile test_screening,docker --outdir test -dump-channels --gpt_interpretation drugz,mle,bagel2,rra -resume
DISCLAIMER! You will need a functioning Open AI api key. for this to work.
Since this is very early version and only comes with the bare minimum of functionality there are a lot of adjustment that have to me made:
Keep in mind this implementation does not aim to achieve 100% correct results from the gpt model, but instead is to build a foundational implementation for (future) LLMs into a nf-core pipeline.
If you have any suggestions or requested changes please let me know and i will try to adjust the code.