-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compatibility change for lncRNA-screen
- Loading branch information
1 parent
ba77995
commit 3f41aef
Showing
626 changed files
with
300,528 additions
and
42 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#!/bin/bash | ||
|
||
|
||
PS1="[\u@\h \W]\$ " | ||
|
||
|
||
PATH=code/:code/bin/:code/utilities/:code/utilities/STAR/:code/utilities/sratoolkit/:code/utilities/cufflinks/:code/utilities/CPAT/:code/utilities/fastqc/:code/utilities/subread:$PATH | ||
|
||
PYTHONPATH=code/utilities/utilities/CPAT/lib/:$PYTHONPATH | ||
|
||
export LC_ALL=C | ||
export PATH | ||
export PYTHONPATH | ||
|
||
export PERL5LIB=$HOME/lib | ||
export EDITOR="/usr/local/bin/mate -w" | ||
|
||
module load samtools/0.1.19 | ||
module load r/3.3.0 | ||
module load python/2.7 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
|
||
source code/custom-bashrc | ||
|
||
NSLOTS=$1 | ||
shift | ||
|
||
qsub -b Y -cwd -pe threaded $NSLOTS -l tmp_free=120G -l tmp_token=30G -hard $@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#!/bin/bash | ||
|
||
source code/custom-bashrc | ||
|
||
INPUT=$@ | ||
|
||
for element in ${INPUT[@]} | ||
do | ||
echo "###### START ######" > ${element}.out | ||
done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CPAT-1.2.2/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
include distribute_setup.py | ||
recursive-include src *.h | ||
recursive-include src *.c | ||
recursive-include lib *.h | ||
recursive-include lib *.c | ||
recursive-include lib *.pyx | ||
recursive-include doc * | ||
|
||
#include MANIFEST.in | ||
#include KNOWN_BUGS | ||
#include ez_setup.py | ||
include dat/* | ||
include test/* | ||
include lib/pysam/csamtools.pxd | ||
include lib/pysam/csamtools.pyx | ||
include lib/pysam/csamtools.c | ||
include lib/pysam/ctabix.pxd | ||
include lib/pysam/ctabix.c | ||
include lib/pysam/ctabix.pyx | ||
include lib/pysam/TabProxies.c | ||
include lib/pysam/TabProxies.pyx | ||
include lib/pysam/TabProxies.pxd | ||
include lib/pysam/cvcf.pyx | ||
include lib/pysam/cvcf.pxd | ||
include lib/pysam/cvcf.c | ||
include lib/pysam/pysam_util.h | ||
include lib/samtools/*.h | ||
include lib/samtools/*/*.h | ||
include lib/tabix/*.h | ||
|
||
# pysam tests | ||
include lib/tests/00README.txt | ||
include lib/tests/Makefile | ||
include lib/tests/ex1.fa | ||
include lib/tests/ex1.sam.gz | ||
include lib/tests/ex3.sam | ||
include lib/tests/ex4.sam | ||
include lib/tests/ex5.sam | ||
include lib/tests/ex6.sam | ||
include lib/tests/ex7.sam | ||
include lib/tests/ex8.sam | ||
include lib/tests/ex9_fail.bam | ||
include lib/tests/ex9_nofail.bam | ||
include lib/tests/ex10.sam | ||
include lib/tests/example.py | ||
include lib/tests/pysam_test.py | ||
include lib/tests/segfault_tests.py | ||
|
||
# tabix tests | ||
include lib/tests/tabix_test.py | ||
include lib/tests/example.gtf.gz | ||
include lib/tests/example.gtf.gz.tbi | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Metadata-Version: 1.0 | ||
Name: CPAT | ||
Version: 1.2.2 | ||
Summary: Coding Potential Assessment Tool | ||
Home-page: http://rna-cpat.sourceforge.net/ | ||
Author: Liguo Wang | ||
Author-email: [email protected] | ||
License: UNKNOWN | ||
Description: UNKNOWN | ||
Platform: Linux | ||
Platform: MacOS |
Oops, something went wrong.