Skip to content

Commit fc6329c

Browse files
committed
Renamed files. Deleted seqlogo files.
1 parent 0ebd1f2 commit fc6329c

16 files changed

+15
-4617
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ language: python
22

33
matrix:
44
include:
5-
- os: linux
6-
dist: trusty
7-
python: 2.7
5+
# - os: linux
6+
# dist: trusty
7+
# python: 2.7
88
- os: linux
99
dist: Xenial
1010
python: 2.7

DOCKER_FILE_HAYSTACK

+2-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ FROM ubuntu:16.04
1010
MAINTAINER Luca Pinello
1111

1212
RUN apt-get update && apt-get install git wget default-jre python-setuptools python-pip python-dev python-numpy python-scipy python-matplotlib python-pandas python-imaging python-setuptools unzip ghostscript make gcc g++ zlib1g-dev zlib1g -y
13-
13+
RUN pip install weblogo pybedtools tqdm
1414
RUN pip install haystack_bio --no-use-wheel --verbose
15-
16-
RUN haystack_download_genome hg19
17-
RUN haystack_download_genome mm9
15+
RUN haystack_download_genome hg19 --yes
1816

1917

haystack/external.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,7 @@ def generate_weblogo(motif_id,meme_filename,output_filename,file_format='png',ti
12241224
seqs2fasta(kmers,tmp)
12251225

12261226
tmp= "/home/rick/cap.fa"
1227-
cmd = 'weblogo -F %s -A dna -f %s -o %s -t "%s" --errorbars NO --fineprint "" '%(file_format, tmp, output_filename, title)
1227+
cmd = 'weblogo -F %s -A dna -f %s -o %s -t "%s" --size large --errorbars NO --fineprint "" '%(file_format, tmp, output_filename, title)
12281228
#print cmd
12291229
sb.call(cmd,shell=True)
12301230

0 commit comments

Comments
 (0)