Skip to content

Commit

Permalink
maybe now?
Browse files Browse the repository at this point in the history
  • Loading branch information
semenko committed Jan 18, 2024
1 parent 64f8c8b commit 0baa14d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/bam2tensor/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ def validate_input_output(bams_to_process: list, overwrite: bool) -> None:
if not os.access(os.path.dirname(os.path.abspath(output_file)), os.W_OK):
raise ValueError(f"Output file path is not writable: {output_file}")

return True


@click.command(
help="Extract read-level methylation data from an aligned .bam file and export the data as a SciPy sparse matrix."
Expand Down

0 comments on commit 0baa14d

Please sign in to comment.