Skip to content

Commit

Permalink
update casestudy
Browse files Browse the repository at this point in the history
  • Loading branch information
urmi-21 committed Feb 27, 2020
1 parent 97b4fbb commit e33904b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@

if not pu.check_files_exist(GENOME):
print("Downloading genome fasta file")
wget="wget ftp://ftp.ensemblgenomes.org/pub/release-46/plants/fasta/arabidopsis_thaliana/dna/Arabidopsis_thaliana.TAIR10.dna.toplevel.fa.gz -q -O "+GENOME+".gz" pe.execute_command(wget.split(),verbose=True,logs=False)
wget="wget ftp://ftp.ensemblgenomes.org/pub/release-46/plants/fasta/arabidopsis_thaliana/dna/Arabidopsis_thaliana.TAIR10.dna.toplevel.fa.gz -q -O "+GENOME+".gz"
pe.execute_command(wget.split(),verbose=True,logs=False)
pe.execute_command(['gunzip',GENOME+".gz"],verbose=True,logs=False)

if not pu.check_files_exist(GTF):
Expand Down

0 comments on commit e33904b

Please sign in to comment.