-
Notifications
You must be signed in to change notification settings - Fork 176
Expand file tree
/
Copy path.nftignore
More file actions
84 lines (70 loc) · 2.12 KB
/
.nftignore
File metadata and controls
84 lines (70 loc) · 2.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# === SYSTEM FILES ===
.DS_Store
**/.DS_Store
# === PIPELINE EXECUTION METADATA ===
pipeline_info/*.{html,json,txt,yml}
# === MULTIQC OUTPUTS ===
# MultiQC files contain timestamps, system paths, and run-specific data
multiqc/multiqc_data/fastqc_top_overrepresented_sequences_table.txt
multiqc/multiqc_data/BETA-multiqc.parquet
**/multiqc.log
**/multiqc_data.json
**/multiqc_report.html
multiqc/multiqc_data/multiqc_sources.txt
multiqc/multiqc_data/multiqc_software_versions.txt
multiqc/multiqc_plots/{svg,pdf,png}/*.{svg,pdf,png}
# === QC TOOL OUTPUTS ===
fastqc/*_fastqc.{html,zip}
**/*_fastqc.html
**/*_val_*_fastqc.html
# === BINARY AND COMPRESSED FILES ===
**/*.{pdf,png,svg,gz,bam,bai,bigWig,zip,RData,rds}
# === TOOL-SPECIFIC METRICS FILES ===
# Picard metrics
**/*.quality_distribution_metrics
**/*.quality_by_cycle_metrics
**/*.insert_size_metrics
**/*.alignment_summary_metrics
**/*.base_distribution_by_cycle_metrics
**/*.MarkDuplicates.metrics.txt
# Trimming reports
**/*_trimming_report.txt
# Generic outputs
**/*.out
# === ANALYSIS RESULTS (FLOATING-POINT VARIATIONS) ===
# DeepTools outputs
**/*.plotFingerprint.raw.txt
**/*.plotFingerprint.qcmetrics.txt
**/*.computeMatrix.vals.mat.tab
**/*.plotHeatmap.mat.tab
**/*.computeMatrix.mat.gz
**/*.plotProfile.tab
# Peak calling and annotation
**/*.annotatePeaks.txt
**/*.boolean.annotatePeaks.txt
**/macs3_peak.summary.txt
# Feature counting
**/*.featureCounts.txt
**/*.featureCounts.txt.summary
# Statistical analysis
**/*.pca.vals.txt
**/*.pca.vals_mqc.tsv
**/*.sample.dists.txt
**/*.sample.dists_mqc.tsv
# === YAML CONFIGURATION FILES ===
**/deeptools_plot_profile_mlib_deeptools.yaml
**/multiqc_deseq2_clustering_1.yaml
**/multiqc_deseq2_pca_1.yaml
**/multiqc_sources.yaml
**/read_distribution_profile.yaml
**/deeptools_fingerprint_plot.yaml
**/deeptools_plot_fingerprint_counts_mlib_deeptools.yaml
# === CHIP-SEQ SPECIFIC OUTPUTS ===
# PhantomPeakQualTools outputs (contain variable correlation data)
**/*.spp_correlation_mqc.tsv
**/*.spp_nsc_mqc.tsv
**/*.spp_rsc_mqc.tsv
# === IGV SESSION FILES ===
# IGV session files contain absolute paths and timestamps
**/igv_files.txt
**/igv_session.xml