Skip to content

Commit

Permalink
Merge pull request #544 from pcingola/downloads
Browse files Browse the repository at this point in the history
Downloads
  • Loading branch information
pcingola authored Jun 17, 2024
2 parents d59999b + cfab943 commit 5504000
Show file tree
Hide file tree
Showing 23 changed files with 136,189 additions and 406 deletions.
9 changes: 3 additions & 6 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,18 @@
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="target/generated-sources/annotations">
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="test" value="true"/>
<attribute name="maven.pomderived" value="true"/>
<attribute name="ignore_optional_problems" value="true"/>
<attribute name="m2e-apt" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
<classpathentry kind="src" path="target/generated-sources/annotations">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
<attribute name="ignore_optional_problems" value="true"/>
<attribute name="m2e-apt" value="true"/>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
/config/data
/db
/target
.venv
snpEff_genes.txt
snpEff_summary.html
**/*.swp
.venv
search_index.json
sitemap.xml.gz
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"request": "launch",
"mainClass": "org.snpeff.SnpEff",
"projectName": "SnpEff",
"args": "ann -v -fastaprot /Users/kqrw311/production_informatics/proteogenomics/data/erbb2.uniq.ann.fa GRCh38.mane.1.2.ensembl /Users/kqrw311/production_informatics/proteogenomics/data/erbb2.uniq.vcf"
"args": "build -v hg19"
},
]
}
Loading

0 comments on commit 5504000

Please sign in to comment.