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

MAGECK mle cnv correction doesn't work #179

Open
LaurenceKuhl opened this issue Jul 22, 2024 · 4 comments
Open

MAGECK mle cnv correction doesn't work #179

LaurenceKuhl opened this issue Jul 22, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@LaurenceKuhl
Copy link
Contributor

Description of the bug

When the user adds a cnv correction with the config file, the pipeline takes ages and then fails
count_table.count.txt
Brunello_RepA_Dropout_A375_Brunello_RepB_Dropout_A375_vs_Brunello_pDNA.txt

Command used and terminal output

nextflow run crisprseq -r dev -profile cfc --count_table count_table.count.txt --mle_design_matrix Brunello_RepA_Dropout_A375_Brunello_RepB_Dropout_A375_vs_Brunello_pDNA.txt  --outdir test --analysis screening -resume -dump-channels -c user.config

Relevant files

No response

System information

No response

@LaurenceKuhl LaurenceKuhl added the bug Something isn't working label Jul 22, 2024
@mirpedrol
Copy link
Member

What is the content of user.config?

@LaurenceKuhl
Copy link
Contributor Author

user.txt

@LaurenceKuhl
Copy link
Contributor Author

cnv_data.txt

@mirpedrol
Copy link
Member

What is happening here is that files have to be staged to the process work directory, so they have to be provided as module inputs. By providing this file through a config it is not staged, so it is not found when running the module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants