Home
last modified time | relevance | path

Searched defs:fastq (Results 1 – 25 of 99) sorted by relevance

1234

/dports/biology/bbmap/bbmap/pytools/lib/
H A Dreadqc_utils.py234 def write_unique_20_mers(fastq, log): argument
497 def illumina_read_gc(fastq, log): argument
604 def write_avg_base_quality_stats(fastq, log): argument
654 def illumina_count_q_score(fastq, log): argument
759 def illumina_find_common_motifs(fastq, log): argument
820 def illumina_run_dedupe(fastq, log): argument
899 def illumina_detect_read_contam3(fastq, firstBp, log): argument
1753 def insert_size_analysis(fastq, log): argument
1908 def gc_divergence_analysis(fastq, bIsPaired, srcDir, log): argument
2128 def gen_average_base_position_quality_plot(fastq, bIsPaired, log): argument
[all …]
H A Drqc_fastq.py35 def check_fastq_format(fastq, log=None): argument
96 def read_length_from_file(fastq, log=None, ssize=10000): argument
176 def get_working_read_length(fastq, log): argument
H A Dcommon.py476 def get_read_count_fastq(fastq, log = None): argument
/dports/biology/bbmap/bbmap/pytools/
H A Dreadqc.py56 def do_fast_subsample_fastq_sequences(fastq, skipSubsampling, log): argument
112 def do_write_unique_20_mers(fastq, totalReadCount, log): argument
168 def do_illumina_read_gc(fastq, log): argument
207 def do_read_quality_stats(fastq, log): argument
374 def do_write_base_quality_stats(fastq, log): argument
421 def do_illumina_count_q_score(fastq, log): argument
472 def do_illumina_find_common_motifs(fastq, log): argument
533 def do_illumina_detect_read_contam(fastq, bpToCut, log): argument
905 def do_insert_size_analysis(fastq, log): argument
1425 fastq = None # full path to input fastq.gz variable
[all …]
H A Dfilter.py335 def post_process(fastq, outDir, filteredFastq, status, log): argument
621 def read_qc(odir, fastq, status): argument
816 fastq = None ## full path to input fastq variable
884 fastq = options.fastq variable
913 fastq = os.path.realpath(fastq) variable
914 fastq = fastq.replace("/chos", "") if fastq.startswith("/chos") else fastq variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/fastq/
H A Dindex.d.ts1 declare function fastq<C, T = any, R = any>(context: C, worker: fastq.worker<C, T, R>, concurrency:… function
H A DREADME.md1 # fastq chapter
/dports/biology/bamutil/bamUtil-1.0.15/libStatGen/
H A DMakefile19 bam fastq glf vcf: general target
/dports/biology/hisat2/hisat2-2.2.1/evaluation/tests/genotype_genome/
H A Dhisatgenotype_prev.py35 fastq, argument
98 fastq, argument
/dports/biology/biolibc/biolibc-0.2.1/
H A Dfastx.h16 bl_fastq_t fastq; member
/dports/biology/py-ont-fast5-api/ont_fast5_api-release_4.0.0/ont_fast5_api/analysis_tools/
H A Dbasecall_2d.py56 def get_called_sequence(self, section=None, fastq=False): argument
H A Dbasecall_1d.py36 def get_called_sequence(self, section, fastq=False): argument
/dports/biology/sra-tools/sra-tools-2.11.0/ngs/ngs-python/examples/
H A DNGS_FastQ.py42 def fastq( run, start : int, count : int ) : function
/dports/biology/ncbi-vdb/ngs-2.11.0/ngs-python/examples/
H A DNGS_FastQ.py42 def fastq( run, start : int, count : int ) : function
/dports/biology/ngs-sdk/ngs-2.11.1/ngs-python/examples/
H A DNGS_FastQ.py42 def fastq( run, start : int, count : int ) : function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@nodelib/fs.walk/
H A Dpackage.json4 "fastq": "^1.6.0" string
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/@nodelib/fs.walk/
H A Dpackage.json32 "fastq": "^1.6.0" string
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/@nodelib/fs.walk/
H A Dpackage.json32 "fastq": "^1.6.0" string
/dports/biology/stacks/stacks-2.4/src/
H A Dconstants.h144 fastq, gzfastq, enumerator
/dports/biology/pbbam/pbbam-0.18.0/include/pbbam/internal/
H A DQualityValues.inl64 inline QualityValues QualityValues::FromFastq(const std::string& fastq)
/dports/biology/diamond/diamond-2.0.13/src/util/
H A Dseq_file_format.cpp112 static const FASTQ_format fastq; in guess_format() local
/dports/biology/iolib/io_lib-io_lib-1-14-10/progs/
H A Dsrf_extract_hash.c125 int fastq = 0, calibrated = 0, i; in main() local
/dports/biology/bbmap/bbmap/current/pacbio/
H A DPartitionReads.java214 public static boolean fastq=false; field in PartitionReads
/dports/biology/sra-tools/sra-tools-2.11.0/tools/fuse/
H A Dformats.h76 } fastq; member
123 } fastq; member
/dports/biology/abyss/abyss-2.3.1/Konnector/
H A Dkonnector.cc200 bool fastq = false; variable
698 bool fastq = true) in outputRead()
771 FastqRecord fastq; in connectPair() local

1234