Skip to content

Commit

Permalink
Line endings
Browse files Browse the repository at this point in the history
Do you really have to rebuild the image?
  • Loading branch information
bahill committed Oct 26, 2020
1 parent 791ec37 commit 7a10b8b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker_build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# remember to update the tag version here and in your manifest
docker build --rm https://github.com/genepattern/HTSeq.Count.git#develop -f Dockerfile -t genepattern/htseq_count:0.2
docker build --rm https://github.com/genepattern/HTSeq.Count.git#develop -f Dockerfile -t genepattern/htseq_count:0.3
1 change: 0 additions & 1 deletion htseqcount_input_detect_and_sort.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python3
# let's try new line endings

from io import StringIO
import os
Expand Down
2 changes: 1 addition & 1 deletion manifest
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fileFormat=bam;sam
language=Python
name=HTSeq.Count
os=any
job.docker.image=genepattern/htseq_count:0.2
job.docker.image=genepattern/htseq_count:0.3

p1_MODE=IN
p1_TYPE=FILE
Expand Down

0 comments on commit 7a10b8b

Please sign in to comment.