Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Kofman committed Jul 8, 2024
1 parent a7f7b39 commit 99a882b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions tests/strandedness_tests/scripts/F1R2_pair_test-single_end_mode.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
marine.py \
--bam_filepath \
$MARINE/tests/strandedness_tests/bams/F1R2_pair.bam \
--annotation_bedfile_path \
$MARINE/annotations/hg38_gencode.v35.annotation.genes.bed \
--output_folder \
$MARINE/tests/strandedness_tests/F1R2_pair_test-single_end_mode \
--min_dist_from_end \
0 \
--min_base_quality \
0 \
--cores \
16 \
--strandedness 2 \
--contigs "chr17" \
--sailor \
--verbose \
--num_intervals_per_contig 16

0 comments on commit 99a882b

Please sign in to comment.