-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
55 lines (52 loc) · 1.65 KB
/
.gitignore
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
*~
/build/*
/work # ignore all directories called anywhere below the current level
*.pyc
*.idea
*.bedGraph
*.bed
/doc/_build/*
/doc/_static/*
/doc/_templates/*
/pergola_tutorial_files/*.bed
/pergola_tutorial_files/*.bedGraph
/pergola_tutorial_files/*.fa
/examples/celegans_db_inter_motion/work
/examples/celegans_db_inter_motion/plots_time_bw_motion
/examples/celegans_db_inter_motion/csv_motion
/examples/celegans_db_inter_motion/bed_files_bw_motion
/examples/celegans_db_inter_motion/results*
/examples/celegans_db_inter_motion/plots*
/examples/celegans_db_inter_motion/.nextflow.log*
/examples/celegans_db_speed_motion/work
/examples/celegans_db_speed_motion/results*
/examples/celegans_db_speed_motion/plots*
/examples/celegans_db_speed_motion/.nextflow.log*
/examples/N2_vs_KO_trp_channels/work
/examples/N2_vs_KO_trp_channels/.nextflow.log*
/examples/N2_vs_KO_trp_channels/results*
/examples/N2_vs_KO_trp_channels/work
/examples/N2_vs_KO_trp_channels/plots*
/examples/N2_vs_KO_trp_channels/.nextflow.log*
/examples/N2_hourly_measures/work
/examples/N2_hourly_measures/results*
/examples/N2_hourly_measures/plots*
/examples/N2_hourly_mean_measures/work
/examples/N2_hourly_mean_measures/results*
/examples/N2_hourly_mean_measures/plots*
/examples/N2_hourly_mean_measures/.nextflow.log*
/examples/N2_vs_case_strain_distros/.nextflow.log*
/examples/N2_vs_case_strain_distros/plots*
/examples/N2_vs_case_strain_distros/results*
/examples/N2_vs_case_strain_distros/work/*
.pydevproject
.project
# Compiled python modules.
*.pyc
# Setuptools distribution folder.
/dist/
# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
# Nextflow files
.nextflow*
results/