Skip to content

Commit

Permalink
trim -> QC
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens committed Nov 2, 2023
1 parent d8d6467 commit 6693c00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions haplotagdata.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ sequences, then it will make sure the `BX:Z:` tag is moved to the end of the ali
!!!

### Read length
Reads must be at least 30 base pairs in length for alignment. The `trim` module removes reads <50bp.
Reads must be at least 30 base pairs in length for alignment. The `qc` module removes reads <50bp.

### Compression
Harpy generally doesn't require the input sequences to be in gzipped/bgzipped format, but it's good practice to compress your reads anyway.
Expand All @@ -60,7 +60,7 @@ Compressed files are expected to end with the extension `.gz`.
Unfortunately, there are many different ways of naming FASTQ files, which makes it
difficult to accomodate every wacky iteration currently in circulation.
While Harpy tries its best to be flexible, there are limitations.
To that end, for the `demultiplex`, `trim`, and `align` modules, the
To that end, for the `demultiplex`, `qc`, and `align` modules, the
most common FASTQ naming styles are supported:
- **sample names**: Alphanumeric and `.`, `-`, `_`
- you can mix and match special characters, but that's bad practice and not recommended
Expand Down
2 changes: 1 addition & 1 deletion snakemake.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Sometimes you want to generate a specific intermediate file (or files) rather th
you want the beadtag report Harpy makes from the output of `EMA count`. To do this, just list the file/files (relative
to your working directory) without any flags. Example for the beadtag report:
```bash
harpy align -g genome.fasta -d Trim/ -t 4 -s "Align/ema/stats/reads.bxstats.html"
harpy align -g genome.fasta -d QC/ -t 4 -s "Align/ema/stats/reads.bxstats.html"
```
This of course necessitates knowing the names of the files ahead of time. See the individual modules for a breakdown of expected outputs.

Expand Down

0 comments on commit 6693c00

Please sign in to comment.