Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
avia curl request fix
Browse files Browse the repository at this point in the history
  • Loading branch information
skchronicles committed Aug 9, 2018
1 parent fc7b6f5 commit 311f923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rules/avia.rl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ rule avia:
output:config['project']['workpath']+"/full_annot.txt.zip"
params: batch ="-l nodes=1:gpfs -q ccr",email=config['project']['username'],species=config['references'][pfamily]['AVIASET'],rname="avia"
shell: """
module load webproxy;
module load perl/5.18.4; perl Scripts/avia.pl {input} {params.email} {params.species}

"""
Expand Down

0 comments on commit 311f923

Please sign in to comment.