-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Eric Kofman
committed
Nov 21, 2024
1 parent
a99dfe4
commit 32e4688
Showing
6 changed files
with
116 additions
and
29 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
20 changes: 20 additions & 0 deletions
20
tests/singlecell_tests/scripts/edge_case_dist_filter_test.sh
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,20 @@ | ||
# This sample has an edit at the very end of the read. But we want to make sure it is not included if dist from end filter | ||
# is active. | ||
|
||
mypython=$1 | ||
|
||
$mypython $MARINE/marine.py \ | ||
--bam_filepath \ | ||
$MARINE/tests/singlecell_tests/bams/10_C-1_orig.bam \ | ||
--annotation_bedfile_path \ | ||
$MARINE/annotations/cellranger-GRCh38-3.0.0.annotation.genes.bed \ | ||
--output_folder \ | ||
$MARINE/tests/singlecell_tests/edge_case_filter_dist_test \ | ||
--min_base_quality \ | ||
15 \ | ||
--cores \ | ||
4 \ | ||
--min_dist_from_end 2 \ | ||
--barcode_tag "CB" \ | ||
--strandedness 2 --num_per_sublist 1 --verbose \ | ||
--contigs 10 --interval_length 40000000 --keep_intermediate_files |