Skip to content

Commit a318ecb

Browse files
authored
Update seq.yaml
1 parent cbfc79e commit a318ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggd-recipes/sacCer3/seq.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ recipe:
1414
wget -O - --no-check-certificate https://gist.githubusercontent.com/chapmanb/a973558c2ec67a57eb4592c709ec0d09/raw/81d398fd7f3c901f89753d4f9f39c5a87d05a7fa/sacCer3.chrom.sizes | cut -f 1 > sacCer3.chrom.sizes
1515
wget -c --no-check-certificate https://raw.githubusercontent.com/kwongj/sort-contigs/master/sort-contigs.py
1616
wget --no-check-certificate -O - $url | gunzip -c | python -c 'import sys; [sys.stdout.write(">chr%s\n" % (l[1:].split()[0].replace("Mito", "M")) if l.startswith(">") else l) for l in sys.stdin]' > seq/$BUILD.fa.orig
17-
`bcbio_conda env list | grep python2 | awk '{print $2"/bin/python"}'` sort-contigs.py seq/$BUILD.fa.orig --out seq/$BUILD.fa --fmt fasta --order sacCer3.chrom.sizes
17+
python2 sort-contigs.py seq/$BUILD.fa.orig --out seq/$BUILD.fa --fmt fasta --order sacCer3.chrom.sizes
1818
samtools faidx seq/$BUILD.fa
1919
picard -Xms1g -Xmx3g CreateSequenceDictionary REFERENCE=seq/$BUILD.fa OUTPUT=seq/$BUILD.dict SPECIES=$BUILD
2020
recipe_outfiles:

0 commit comments

Comments
 (0)