Skip to content

Commit

Permalink
release 0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
y9c committed Apr 22, 2024
1 parent 2b9fef9 commit 7df1388
Show file tree
Hide file tree
Showing 9 changed files with 593 additions and 3 deletions.
Binary file added cutseq/debug_short_R1.fastq.gz
Binary file not shown.
Binary file added cutseq/debug_short_R2.fastq.gz
Binary file not shown.
Binary file added cutseq/debug_trimmed_R1.fastq.gz
Binary file not shown.
Binary file added cutseq/debug_trimmed_R2.fastq.gz
Binary file not shown.
Binary file added cutseq/debug_untrimmed_R1.fastq.gz
Binary file not shown.
Binary file added cutseq/debug_untrimmed_R2.fastq.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions cutseq/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -602,15 +602,15 @@ def main():
"-s",
"--short-file",
type=str,
nargs="+",
nargs="*",
help="Output file path for discarded too short data.",
)
# discard inline barcode untrimmed reads
parser.add_argument(
"-u",
"--untrimmed-file",
type=str,
nargs="+",
nargs="*",
help="Output file path for discarded reads without inline barcode.",
)
parser.add_argument(
Expand Down
Loading

0 comments on commit 7df1388

Please sign in to comment.