-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into merge_2.5
- Loading branch information
Showing
101 changed files
with
2,024 additions
and
313 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
{ | ||
"alevin": { | ||
"10XV1": { | ||
"protocol": "10xv1", | ||
"whitelist": "assets/whitelist/10x_V1_barcode_whitelist.txt.gz" | ||
}, | ||
"10XV2": { | ||
"protocol": "10xv2", | ||
"whitelist": "assets/whitelist/10x_V2_barcode_whitelist.txt.gz" | ||
}, | ||
"10XV3": { | ||
"protocol": "10xv3", | ||
"whitelist": "assets/whitelist/10x_V3_barcode_whitelist.txt.gz" | ||
}, | ||
"dropseq": { | ||
"protocol": "dropseq" | ||
} | ||
}, | ||
"cellranger": { | ||
"auto": { | ||
"protocol": "auto" | ||
}, | ||
"10XV1": { | ||
"protocol": "SC3Pv1" | ||
}, | ||
"10XV2": { | ||
"protocol": "SC3Pv2" | ||
}, | ||
"10XV3": { | ||
"protocol": "SC3Pv3" | ||
} | ||
}, | ||
"star": { | ||
"10XV1": { | ||
"protocol": "CB_UMI_Simple", | ||
"extra_args": "--soloUMIlen 10", | ||
"whitelist": "assets/whitelist/10x_V1_barcode_whitelist.txt.gz" | ||
}, | ||
"10XV2": { | ||
"protocol": "CB_UMI_Simple", | ||
"extra_args": "--soloUMIlen 10", | ||
"whitelist": "assets/whitelist/10x_V2_barcode_whitelist.txt.gz" | ||
}, | ||
"10XV3": { | ||
"protocol": "CB_UMI_Simple", | ||
"extra_args": "--soloUMIlen 12", | ||
"whitelist": "assets/whitelist/10x_V3_barcode_whitelist.txt.gz" | ||
}, | ||
"dropseq": { | ||
"protocol": "CB_UMI_Simple" | ||
}, | ||
"smartseq": { | ||
"protocol": "SmartSeq" | ||
} | ||
}, | ||
"kallisto": { | ||
"10XV1": { | ||
"protocol": "10XV1" | ||
}, | ||
"10XV2": { | ||
"protocol": "10XV2" | ||
}, | ||
"10XV3": { | ||
"protocol": "10XV3" | ||
}, | ||
"dropseq": { | ||
"protocol": "DROPSEQ" | ||
}, | ||
"smartseq": { | ||
"protocol": "SMARTSEQ" | ||
} | ||
}, | ||
"universc": { | ||
"auto": { | ||
"protocol": "10x" | ||
}, | ||
"10XV1": { | ||
"protocol": "10x-v1" | ||
}, | ||
"10XV2": { | ||
"protocol": "10x-v2" | ||
}, | ||
"10XV3": { | ||
"protocol": "10x-v3" | ||
}, | ||
"dropseq": { | ||
"protocol": "dropseq" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.