Skip to content

Commit 250c71a

Browse files
authored
Update README.md
1 parent aaad634 commit 250c71a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ To reproduce all computational steps from the paper: https://www.biorxiv.org/con
190190
```
191191
git clone https://github.com/cfarkas/SARS-CoV-2_illumina_analysis.git
192192
cd SARS-CoV-2_illumina_analysis
193-
export PERL5LIB=/path/to/your/vcftools-directory/src/perl/
193+
export PERL5LIB=/path/to/your/vcftools-directory/src/perl/
194+
chmod 755 SARS-CoV-2* covid19-refseq.fasta*
194195
./SARS-CoV-2_commands.sh
195196
```
196197
These lines will execute all the analyses to obtain founder variants, using 20 threads. Users can modify this number in the script by using nano or another text processor.
@@ -273,6 +274,7 @@ as follows:
273274
git clone https://github.com/cfarkas/SARS-CoV-2_illumina_analysis.git
274275
cd SARS-CoV-2_illumina_analysis
275276
samtools faidx covid19-refseq.fasta
277+
chmod 755 SARS-CoV-2* covid19-refseq.fasta*
276278
./SARS-CoV-2_get_ngs.sh SRA_list Reference Threads
277279
```
278280
For more information about this script, do

0 commit comments

Comments
 (0)