-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update format the output fastq read id: @{Cell barcode}_{UMI}#{read_i…
…d}_{strand}\tCB:Z:{Cell barcode}\tUB:Z:{UMI} The UMI and BC were repeated for backwards support
- Loading branch information
Showing
2 changed files
with
6 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
# run the following command to test the above commands | ||
mkdir test_out | ||
pip install ../. | ||
# create test_out directory, delete it if it already exists | ||
rm -rf test_out | ||
blaze --expect-cells=500 --threads=12 --output-prefix test_out/test_ data/ | ||
blaze --expect-cells=1 --threads=12 --kit-version 5v3 --output-prefix test_out/test_5prim 5prim_test.fastq.gz | ||
#blaze --expect-cells=1 --threads=12 --kit-version 5v3 --output-prefix test_out/test_5prim 5prim_test.fastq.gz |