Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick-Schlaeger-Broad authored Aug 5, 2024
1 parent 7d4aba2 commit 85b60f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CramToBam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The second task simply validates that the Bam File has been correctly created, a

###### Sample Data:
```
"SAMPLE .cram FILE INPUT HERE"
"SAMPLE cram_file_name.cram FILE INPUT HERE"
```
###### Reference Data:
```
Expand All @@ -32,13 +32,13 @@ The output index file is a .bam.bai file.
The validation output file is a .txt file.

Output Bam:
(INPUT ONCE THE WDL HAS RUN)
cram_file_name.bam
<br>
Output Bam Index:
(INPUT ONCE THE WDL HAS RUN)
cram_file_name.bam.bai
<br>
Validation Output .txt file:
(INPUT ONCE THE WDL HAS RUN)
cram_file_name_validation_output.txt
<br>


Expand Down

0 comments on commit 85b60f5

Please sign in to comment.