Skip to content

Commit

Permalink
updated arguments list
Browse files Browse the repository at this point in the history
  • Loading branch information
abyssum committed Mar 20, 2021
1 parent 9d399e4 commit 0ec4e8a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion NeoFuse
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ if [ "$BUILD" == "false" ]; then
-T: Percentile rank threshold (default: Inf)
-c: Mimimum confidence score (H, M or L; default: L)
-C: Custom HLA I list (TXT file containing custom HLA I types)
-k: Keep STAR output
-k: Keep STAR output (BAM files)
-l: int>=0: maximum available RAM (bytes) for sorting BAM
--singularity: NeoFuse will use the Singularity image
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@ $ NeoFuse <arguments> [options] --singularity (or --docker)

**-c:** Mimimum confidence score (values: H, M, or L; default: L) **

**-C:** Custom HLA I list (TXT file containing custom HLA I types) **

**-k:** Keep STAR output (BAM files) **

**-l:** int>=0: maximum available RAM (bytes) for sorting BAM **

**--singularity:** NeoFuse will use the Singularity image

**--docker:** NeoFuse will use the Docker image
Expand Down Expand Up @@ -181,6 +187,12 @@ $ NeoFuse <arguments> [options] --singularity (or --docker)

**-c:** Mimimum confidence score (values: H, M, or L; default: L) **

**-C:** Custom HLA I list (TXT file containing custom HLA I types) **

**-k:** Keep STAR output (BAM files) **

**-l:** int>=0: maximum available RAM (bytes) for sorting BAM **

**--singularity:** NeoFuse will use the Singularity image

**--docker:** NeoFuse will use the Docker image
Expand Down

0 comments on commit 0ec4e8a

Please sign in to comment.