Skip to content

Commit

Permalink
Merge pull request #103 from rseng/update/analysis-2024-01-10
Browse files Browse the repository at this point in the history
Update from update/analysis-2024-01-10
  • Loading branch information
vsoch authored Jan 10, 2024
2 parents ed5ffd9 + 1e1a207 commit d5ea910
Show file tree
Hide file tree
Showing 7 changed files with 208 additions and 154 deletions.
3 changes: 2 additions & 1 deletion _repos/github/ByrumLab/proteoDA/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: proteoDA
Title: Streamlined Differential Abundance Analysis of Proteomic Data
Version: 0.0.0.9002
Version: 1.0.1
Authors@R:
c(
person(given = "Timothy", family = "Thurman", email = "[email protected]", role = c("aut", "cre")),
Expand Down Expand Up @@ -37,6 +37,7 @@ Depends:
Suggests:
grDevices,
ggrastr,
tibble,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Expand Down
11 changes: 0 additions & 11 deletions _repos/github/CRPropa/CRPropa3/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -245,17 +245,6 @@ if(ENABLE_QUIMBY)
endif(QUIMBY_FOUND)
endif(ENABLE_QUIMBY)

# SAGA (optinal for AMR grids)
find_package(SAGA)
if(SAGA_FOUND)
list(APPEND CRPROPA_EXTRA_INCLUDES ${SAGA_INCLUDE_DIR})
list(APPEND CRPROPA_EXTRA_LIBRARIES ${SAGA_LIBRARY})
add_definitions (-DCRPROPA_HAVE_SAGA)
list(APPEND CRPROPA_SWIG_DEFINES -DCRPROPA_HAVE_SAGA)
list(APPEND SWIG_INCLUDE_DIRECTORIES ${SAGA_INCLUDE_DIR}/../python)
list(APPEND SWIG_INCLUDE_DIRECTORIES ${SAGA_INCLUDE_DIR})
endif(SAGA_FOUND)

# muparser (optional for generic source spectra)
find_package(muParser)
if(MUPARSER_FOUND)
Expand Down
2 changes: 1 addition & 1 deletion _repos/github/Griffan/VerifyBamID/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ target_link_libraries(VerifyBamID statgen Vcf ${HTS_LIBRARIES} samtools ${ZLIB}
enable_testing()
add_test(NAME myTest1
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
COMMAND VerifyBamID --DisableSanityCheck --BamFile resource/test/test.bam --SVDPrefix resource/test/hapmap_3.3.b37.dat --Reference resource/test/chr20.fa.gz)
COMMAND VerifyBamID --DisableSanityCheck --BamFile resource/test/test.bam --SVDPrefix resource/test/hapmap_3.3.b37.dat --Reference resource/test/chr20.fa.gz --NumPC 2)
#add_test( NAME myTest2
# WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
# COMMAND sh ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/run.plot.sh -i ${CMAKE_CURRENT_SOURCE_DIR}/resource/test/hapmap_3.3.b37.dat.V -o ${CMAKE_CURRENT_SOURCE_DIR}/resource/test/hapmap -r 1000g -g grey)
Loading

0 comments on commit d5ea910

Please sign in to comment.