Skip to content

Commit 2fb44c8

Browse files
authored
Add files via upload
1 parent 76116db commit 2fb44c8

File tree

10 files changed

+54397
-0
lines changed

10 files changed

+54397
-0
lines changed

kallisto/kallisto

21.3 MB
Binary file not shown.

kallisto/kallisto_NGS128.job

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#!/bin/bash
2+
#BSUB -J NGS128
3+
#BSUB -q bigmem
4+
#BSUB -n 10
5+
#BSUB -o NGS128.out
6+
#BSUB -e NGS128.err
7+
8+
#BSUB -R "rusage[mem=10000]"
9+
#BSUB -N
10+
#BSUB -B
11+
12+
./kallisto index -i index/NGS128 /nethome/xcai/WeiLi_RNAdata/index/CCDS_nucleotide.current.fna
13+
./kallisto quant -i index/NGS128 -o output_NGS128 /nethome/xcai/WeiLi_RNAdata/NGS128_S21_L001_R1_001.fastq /nethome/xcai/WeiLi_RNAdata/NGS128_S21_L001_R2_001.fastq
14+
15+
16+

kallisto/kallisto_NGS130.job

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#!/bin/bash
2+
#BSUB -J NGS130
3+
#BSUB -q bigmem
4+
#BSUB -n 10
5+
#BSUB -o NGS130.out
6+
#BSUB -e NGS130.err
7+
8+
#BSUB -R "rusage[mem=10000]"
9+
#BSUB -N
10+
#BSUB -B
11+
12+
./kallisto index -i index/NGS130 /nethome/xcai/WeiLi_RNAdata/index/CCDS_nucleotide.current.fna
13+
./kallisto quant -i index/NGS130 -o output_NGS130 /nethome/xcai/WeiLi_RNAdata/NGS130_S23_L001_R1_001.fastq /nethome/xcai/WeiLi_RNAdata/NGS130_S23_L001_R2_001.fastq
14+
15+
16+

kallisto/license.txt

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Copyright ©2015. The Regents of the University of California (Regents). All
2+
Rights Reserved. Permission to use, copy, modify, and distribute this software
3+
and its documentation for educational and research not-for-profit purposes,
4+
without fee and without a signed licensing agreement, is hereby granted,
5+
provided that the above copyright notice, this paragraph and the following two
6+
paragraphs appear in all copies, modifications, and distributions. Contact The
7+
Office of Technology Licensing, UC Berkeley, 2150 Shattuck Avenue, Suite 510,
8+
Berkeley, CA 94720-1620, (510) 643-7201, for commercial licensing
9+
opportunities.
10+
11+
Created by Nicolas Bray, Harold Pimentel, Pall Melsted and Lior Pachter,
12+
University of California, Berkeley
13+
14+
IN NO EVENT SHALL REGENTS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL,
15+
INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF
16+
THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF REGENTS HAS BEEN
17+
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
18+
19+
REGENTS SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
20+
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21+
THE SOFTWARE AND ACCOMPANYING DOCUMENTATION, IF ANY, PROVIDED HEREUNDER IS
22+
PROVIDED "AS IS". REGENTS HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT,
23+
UPDATES, ENHANCEMENTS, OR MODIFICATIONS.

kallisto/output_NGS128/abundance.h5

227 KB
Binary file not shown.

0 commit comments

Comments
 (0)