Skip to content

Commit

Permalink
last fixes,all working now.Prepare for integration with SeqId-script
Browse files Browse the repository at this point in the history
  • Loading branch information
teatree1212 committed Mar 14, 2017
1 parent 06dc187 commit 484c2e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agave/Phenotypes_Condor_submit.htc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
universe = docker
docker_image = teatree/retrieve_bip_phenotypes:v0.0.4
docker_image = teatree/retrieve_bip_phenotypes:v0.0.6

output = BIP-phenotypes.out
error = BIP-phenotypes.err
Expand Down
3 changes: 2 additions & 1 deletion retrieve_trial.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ echo "Start running ruby client"
ruby /usr/src/app/retrieve_phenotypes_and_ID.rb $trial_name $api_key

echo "Extract sequence identifiers"
cat Phenotypes_BIP_${trial_name}.csv| tr ',' '\t'|awk '{print $1 "," $2}' >> Seq_names.txt
./ExtractSeqIds.sh


echo "all done"

0 comments on commit 484c2e4

Please sign in to comment.