# HG changeset patch # User Vimalkumar Velayudhan # Date 1441032077 -3600 # Node ID e623f4daf5672f1b19b96d885875dd00bb7f98ca # Parent 3429405e2ce12209eac7761d2b73e7fd7334cac3 Remove interpreter option from wrappers. Update requirements.txt diff -r 3429405e2ce1 -r e623f4daf567 requirements.txt --- a/requirements.txt Mon Aug 31 14:54:40 2015 +0100 +++ b/requirements.txt Mon Aug 31 15:41:17 2015 +0100 @@ -1,12 +1,2 @@ -argparse==1.2.1 -backports.ssl-match-hostname==3.4.0.2 -certifi==2015.04.28 matplotlib==1.3.1 -nose==1.3.7 -numpy==1.9.2 -pyparsing==2.0.3 pysam==0.8.3 -python-dateutil==2.4.2 -six==1.9.0 -tornado==4.2.1 -wsgiref==0.1.2 diff -r 3429405e2ce1 -r e623f4daf567 ribocount.xml --- a/ribocount.xml Mon Aug 31 14:54:40 2015 +0100 +++ b/ribocount.xml Mon Aug 31 15:41:17 2015 +0100 @@ -7,7 +7,7 @@ - ribocount + ribocount --ribo_file "${ribo_file}" --transcriptome_fasta "${transcriptome_fasta}" --read_length "${read_length}" diff -r 3429405e2ce1 -r e623f4daf567 riboplot.xml --- a/riboplot.xml Mon Aug 31 14:54:40 2015 +0100 +++ b/riboplot.xml Mon Aug 31 15:41:17 2015 +0100 @@ -7,7 +7,7 @@ - riboplot + riboplot --ribo_file "${ribo_file}" --transcriptome_fasta "${transcriptome_fasta}" --transcript_name "${transcript_name}"