Skip to content

Commit

Permalink
fix python text_signature
Browse files Browse the repository at this point in the history
  • Loading branch information
wjwei-handsome committed Nov 1, 2024
1 parent 7b8b781 commit c780e48
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion python/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,11 @@ fn align(
temp_dir=None,
num_threads=8,
),
text_signature = "(seqspec, genome_index, *, modality, output_bam=None, output_fragment=None, num_threads=8)",
text_signature = "(input, output, *,
mito_dna=['chrM', 'M'],
chunk_size=50000000,
compression=None, compression_level=None,
temp_dir=None, num_threads=8)",
)]
fn make_fragment(
py: Python<'_>,
Expand Down

0 comments on commit c780e48

Please sign in to comment.