Skip to content

Commit

Permalink
minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Sakin committed Jan 30, 2021
1 parent e768581 commit 70cf967
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/before_you_begin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ And then run the installation script:
.. admonition:: Remember!

Once the installetion is completed, sign off and then sign back to your instance to refresh the database of applications.
Once the installation is completed, sign off and then sign back to your instance to refresh the database of applications.


Input files
Expand Down
4 changes: 2 additions & 2 deletions docs/source/pre_alignment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ faidx will index the ref file and create <ref.fasta>.fai on the reference direct
cut -f1,2 hg38.fasta.fai > hg38.genome
Inline with the 4DN project guidelines and from our own experience optimal alignment results are obtained with Burrows-Wheeler Aligner (bwa).
In line with the 4DN project guidelines and from our own experience optimal alignment results are obtained with Burrows-Wheeler Aligner (bwa).
Prior to alignment, generate a bwa index file for the chosen reference.


Expand All @@ -59,7 +59,7 @@ Prior to alignment, generate a bwa index file for the chosen reference.
No need to specify an output path, the bwa index files are automatically generated at the reference directory. Please note that this step is time consuming, however you need to run it only once for a reference.

To avoid memory issues, some of the steps require writting temporary files into a temp folder, please generate a temp folder and remember its full path. Temp files may take up to x3 of the space that the fastq.gz files are taking, that is, if the total volume of the fastq files is 5Gb, make sure that the temp folder can store at least 15Gb.
To avoid memory issues, some of the steps require writing temporary files into a temp folder, please generate a temp folder and remember its full path. Temp files may take up to x3 of the space that the fastq.gz files are taking, that is, if the total volume of the fastq files is 5Gb, make sure that the temp folder can store at least 15Gb.

**Command:**

Expand Down

0 comments on commit 70cf967

Please sign in to comment.