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
Understand why duplicates got into MAF. Update pipeline to remove duplicates from delivered MAF.
Sophia claims there are 2556 duplicate variants in mutations extended. These 2213 are identified by unix sort/uniq
sort -k 1,1 -k 5,5 -k 6,6 -k 7,7 < ~/tmp/sophia-lung-cohort-maf.txt > ~/tmp/sophia-lung-cohort-maf-sorted.txt uniq -d ~/tmp/sophia-lung-cohort-maf-sorted.txt > ~/tmp/sophia-lung-cohort-maf-duplicates.txt
(sophia-lung-cohort-maf.txt is renamed/copy of MSK_Sophia_LungPts_cBio_mutations_extended - 7-27-23.txt)
sophia-lung-cohort-maf-duplicates.txt
The text was updated successfully, but these errors were encountered:
knowledgesystems/cmo-pipelines#1099
Sorry, something went wrong.
callachennault
No branches or pull requests
Done Condition (What do we need? Why do we need it? Keep this is small as possible!)
Understand why duplicates got into MAF. Update pipeline to remove duplicates from delivered MAF.
Technical Description (How are we going to achieve the above)
Sophia claims there are 2556 duplicate variants in mutations extended. These 2213 are identified by unix sort/uniq
sort -k 1,1 -k 5,5 -k 6,6 -k 7,7 < ~/tmp/sophia-lung-cohort-maf.txt > ~/tmp/sophia-lung-cohort-maf-sorted.txt
uniq -d ~/tmp/sophia-lung-cohort-maf-sorted.txt > ~/tmp/sophia-lung-cohort-maf-duplicates.txt
(sophia-lung-cohort-maf.txt is renamed/copy of MSK_Sophia_LungPts_cBio_mutations_extended - 7-27-23.txt)
sophia-lung-cohort-maf-duplicates.txt
Potential Issues
Dependencies
Technical Requirements
Outside People/Teams
Changes
The text was updated successfully, but these errors were encountered: