We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
During mageck test pipeline is failing
mageck test
mageck test \ -k cruise_1.count.txt \ -t D8_KO_Dabrafenib_R1,D8_KO_Dabrafenib_R2,D8_KO_Dabrafenib_R3,D8_KO_Dabrafenib_R4 \ -c D8_KO_DMSO_R1,D8_KO_DMSO_R2,D8_KO_DMSO_R3,D8_KO_DMSO_R4 \ -n cruise_1
ERROR @ Mon, 20 Nov 2023 00:04:45: Error: empty gene ID is not allowed at line 268. Please double-check your read count table file.
When reviewing the contrast table cruise_1.count.txt this line has no geneID.
cruise_1.count.txt
Add in a check for the library that each row has three columns
The text was updated successfully, but these errors were encountered:
slsevilla
No branches or pull requests
Description of the bug
During
mageck test
pipeline is failingWhen reviewing the contrast table
cruise_1.count.txt
this line has no geneID.Proposed solution
Add in a check for the library that each row has three columns
The text was updated successfully, but these errors were encountered: