Skip to content

Commit

Permalink
Change name to state_dict
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuanhao-Chao committed Oct 24, 2024
1 parent 41438b0 commit 2466522
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file removed model/splam_static.pt
Binary file not shown.
2 changes: 1 addition & 1 deletion test/script_alignment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
splam extract -P SRR1352129_chr9_sub.bam -o tmp_out_alignment --fr

# Step 2: score all the extracted splice junctions
splam score -G chr9_subset.fa -m ../model/splam_static.pt -o tmp_out_alignment tmp_out_alignment/junction.bed
splam score -G chr9_subset.fa -m ../model/splam_state_dict.pt -o tmp_out_alignment tmp_out_alignment/junction.bed

#Step 3: output the cleaned alignment file
splam clean -P -o tmp_out_alignment -@ 5
2 changes: 1 addition & 1 deletion test/script_annotation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
splam extract MANE.GRCh38.v1.1.subset.gff -o tmp_out_annotation_MANE -F feature_gene.txt

# Step 2: score introns in the annotation
splam score -G chr9_subset.fa -m ../model/splam_static.pt -o tmp_out_annotation_MANE tmp_out_annotation_MANE/junction.bed
splam score -G chr9_subset.fa -m ../model/splam_state_dict.pt -o tmp_out_annotation_MANE tmp_out_annotation_MANE/junction.bed

#Step 3: output statistics of each transcript
splam clean -o tmp_out_annotation_MANE -t 0.8
2 changes: 1 addition & 1 deletion test/script_mouse_annotation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
splam extract mouse_chr19_subset.gff -o tmp_out_generalization

# Step 2: score introns in the annotation
splam score -G mouse_chr19.fa -m ../model/splam_static.pt -o tmp_out_generalization tmp_out_generalization/junction.bed
splam score -G mouse_chr19.fa -m ../model/splam_state_dict.pt -o tmp_out_generalization tmp_out_generalization/junction.bed

#Step 3: output statistics of each transcript
splam clean -o tmp_out_generalization -t 0.8

0 comments on commit 2466522

Please sign in to comment.